summaryrefslogtreecommitdiff
path: root/Command/RemoteDaemon.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/RemoteDaemon.hs')
-rw-r--r--Command/RemoteDaemon.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/RemoteDaemon.hs b/Command/RemoteDaemon.hs
index c68cf816a..c17417104 100644
--- a/Command/RemoteDaemon.hs
+++ b/Command/RemoteDaemon.hs
@@ -14,7 +14,7 @@ import RemoteDaemon.Core
import Utility.Daemon
cmd :: Command
-cmd = noCommit $ dontCheck repoExists $
+cmd = noCommit $
command "remotedaemon" SectionMaintenance
"persistent communication with remotes"
paramNothing (run <$$> const parseDaemonOptions)