summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 11:10:17 -0400
committerJoey Hess2014-04-10 11:10:17 -0400
commit589e72eceb6b926a56d664072ae2b7a9b7987bbf (patch)
treed014b00f1c993995ad1d8d9bee1af8d40d32654c /config-joey.hs
parent02b9934ee847e2918caf0832886c0bce4ae09006 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a8906700..2c6374c9 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -116,6 +116,7 @@ container _parenthost name
[ "cd /var/"
, "rm -rf www"
, "git clone git://git.kitenet.net/kitewiki www"
+ , "cd www"
, "git checkout remotes/origin/old-kitenet.net"
] `flagFile` "/var/www/blastfromthepast.html"
]