propellor spin
This commit is contained in:
parent
ef883cbbe8
commit
615799dbcc
|
@ -31,7 +31,7 @@ import Utility.SafeCommand
|
||||||
-- running the updateServer
|
-- running the updateServer
|
||||||
update :: Maybe HostName -> IO ()
|
update :: Maybe HostName -> IO ()
|
||||||
update forhost = do
|
update forhost = do
|
||||||
whenM hasGitRep $
|
whenM hasGitRepo $
|
||||||
req NeedRepoUrl repoUrlMarker setRepoUrl
|
req NeedRepoUrl repoUrlMarker setRepoUrl
|
||||||
|
|
||||||
makePrivDataDir
|
makePrivDataDir
|
||||||
|
|
Loading…
Reference in New Issue