Browse code

Merge "Fix a typo of python-cinderclient GITBRANCH"

Jenkins authored on 2014/11/15 05:10:52
Showing 1 changed files
... ...
@@ -219,7 +219,7 @@ GITBRANCH["python-ceilometerclient"]=${CEILOMETERCLIENT_BRANCH:-master}
219 219
 
220 220
 # volume client
221 221
 GITREPO["python-cinderclient"]=${CINDERCLIENT_REPO:-${GIT_BASE}/openstack/python-cinderclient.git}
222
-GITBRACH["python-cinderclient"]=${CINDERCLIENT_BRANCH:-master}
222
+GITBRANCH["python-cinderclient"]=${CINDERCLIENT_BRANCH:-master}
223 223
 
224 224
 # python glance client library
225 225
 GITREPO["python-glanceclient"]=${GLANCECLIENT_REPO:-${GIT_BASE}/openstack/python-glanceclient.git}