Merge "Fixing a typo in string substitution"

This commit is contained in:
Jenkins 2015-03-25 15:38:58 +00:00 committed by Gerrit Code Review
commit 23558e5ec8

View File

@ -73,7 +73,7 @@ branch="$branch"
map = {'juno': '2015.next', 'icehouse': '2015.03'}
url=("https://raw.githubusercontent.com/openstack/"
"defcore/master/%(version).json"
"defcore/master/%(version)s.json"
% {'version': map[branch]}
)
response = requests.get(url)