propellor spin

This commit is contained in:
Joey Hess 2015-03-12 19:46:08 -04:00
parent fe10f73c0f
commit c2a8163876
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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]