summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 00:46:07 -0400
committerJoey Hess2014-11-22 00:46:07 -0400
commit5d6e1a27a5a39f05b254a7fc351a2dc34ef4620c (patch)
treef4be27af3826973b3a587aa6b8462efba29a2dd2 /src/Propellor
parent0d65fdeb1dcb414b0fb1d5719dd734a1b04da1e5 (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Server.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Server.hs b/src/Propellor/Server.hs
index 06fede7e..eaf9649f 100644
--- a/src/Propellor/Server.hs
+++ b/src/Propellor/Server.hs
@@ -78,7 +78,7 @@ updateServer hn hst connect = connect go
hClose toh
hClose fromh
sendPrecompiled hn
- loop
+ updateServer hn hst connect
Nothing -> return ()
sendRepoUrl :: Handle -> IO ()