From 5dc236598cfa184d730838a7627d993e4db3f9dd Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 30 Jun 2015 16:49:12 +1000 Subject: [PATCH] Correct project name for django_openstack_auth Change Ic5c28f4ed238314d82919a7e6eb8fe64b804a220 landed with the incorrect project name in the population script, pull out a brown paper bag and correct it. Change-Id: I5c0282329bc140483a3339a2124bb7c8b7553fc1 --- jenkins/scripts/populate-zanata-project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/scripts/populate-zanata-project.sh b/jenkins/scripts/populate-zanata-project.sh index 5a2a4a0801..52b980f161 100755 --- a/jenkins/scripts/populate-zanata-project.sh +++ b/jenkins/scripts/populate-zanata-project.sh @@ -24,7 +24,7 @@ case "$PROJECT" in init_manuals "$PROJECT" setup_manuals "$PROJECT" ;; - django-openstack-auth) + django_openstack_auth) setup_django_openstack_auth ;; horizon)