From 589e72eceb6b926a56d664072ae2b7a9b7987bbf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2014 11:10:17 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/config-joey.hs b/config-joey.hs index a890670..2c6374c 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" ]