From ba0eaf4ff227b5db8775c08378fdd7db03c3dc7a Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Thu, 27 Dec 2012 16:14:49 -0800
Subject: [PATCH] Fix typo re jquery-graphite.

Change-Id: Ic1ff9cad59c54c8d92158178bbec0992504778f2
Reviewed-on: https://review.openstack.org/18700
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
---
 modules/openstack_project/manifests/zuul.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/openstack_project/manifests/zuul.pp b/modules/openstack_project/manifests/zuul.pp
index 2f1da1efab..70a3e8c8b7 100644
--- a/modules/openstack_project/manifests/zuul.pp
+++ b/modules/openstack_project/manifests/zuul.pp
@@ -114,7 +114,7 @@ class openstack_project::zuul(
 
   file { '/var/lib/zuul/www/jquery.graphite.js':
     ensure  => link,
-    target  => '/opt/jquery-visibility/jquery-graphite.js',
+    target  => '/opt/jquery-graphite/jquery-graphite.js',
     require => File['/var/lib/zuul/www'],
   }
 }