summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 11:09:16 -0400
committerJoey Hess2014-04-10 11:09:16 -0400
commit02b9934ee847e2918caf0832886c0bce4ae09006 (patch)
tree9b247e7b10b02f717028c246a433455a9aeeb243 /config-joey.hs
parent01075e3632a0aff3a13cc0cabfe81f4e14195da1 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 9d9ad642..a8906700 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -115,7 +115,7 @@ container _parenthost name
& scriptProperty
[ "cd /var/"
, "rm -rf www"
- , "git clone git://git.kitenet.net/git/kitewiki www"
+ , "git clone git://git.kitenet.net/kitewiki www"
, "git checkout remotes/origin/old-kitenet.net"
] `flagFile` "/var/www/blastfromthepast.html"
]