diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 11:09:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 11:09:16 -0400 |
| commit | 02b9934ee847e2918caf0832886c0bce4ae09006 (patch) | |
| tree | 9b247e7b10b02f717028c246a433455a9aeeb243 | |
| parent | 01075e3632a0aff3a13cc0cabfe81f4e14195da1 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
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" ] |
