Fix typo in job builder git repo url.

Change-Id: I9750edd7425a9eb4f88abcab2256f942ca83b720
Reviewed-on: https://review.openstack.org/11176
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-08-10 12:00:38 -07:00 committed by Jenkins
parent 2003f3dd5c
commit 6735167be7

View File

@ -18,7 +18,7 @@ class jenkins_job_builder (
ensure => latest,
provider => git,
revision => "master",
source => "https://github.com/openstack-ci/jenkins_job_builder.git",
source => "https://github.com/openstack-ci/jenkins-job-builder.git",
}
exec { "install_jenkins_job_builder":