diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 15:19:20 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 15:19:20 -0400 |
| commit | 615799dbcce1221ca48a2dc00a4ebc729c4c86c7 (patch) | |
| tree | 332ec91cdc9299ce7861c6f57f6753c51f14cc4b /src/Propellor/Server.hs | |
| parent | ef883cbbe809498800f22ea8fd68d9102f64c27d (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Server.hs')
| -rw-r--r-- | src/Propellor/Server.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Server.hs b/src/Propellor/Server.hs index bf3ba3f9..fe90a456 100644 --- a/src/Propellor/Server.hs +++ b/src/Propellor/Server.hs @@ -31,7 +31,7 @@ import Utility.SafeCommand -- running the updateServer update :: Maybe HostName -> IO () update forhost = do - whenM hasGitRep $ + whenM hasGitRepo $ req NeedRepoUrl repoUrlMarker setRepoUrl makePrivDataDir |
