diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 19:46:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 19:46:08 -0400 |
| commit | c2a8163876b16ba9bbbaf5b59a91ca2b79462ef3 (patch) | |
| tree | f52895ebc2cd0fe2c609fe580685628d452e668c | |
| parent | fe10f73c0fd9dfffcbf94711f888f1ab8b7d6359 (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 ce0ebba2..57f7a835 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -358,7 +358,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64" & Ssh.permitRootLogin True kiteShellBox :: Docker.Container -kiteShellBox = standardContainer "kiteshell" (Stable "wheezy") "amd64" +kiteShellBox = standardContainer "kiteshellbox" (Stable "wheezy") "amd64" & JoeySites.kiteShellBox type Motd = [String] |
