diff options
Diffstat (limited to 'Command/Assistant.hs')
-rw-r--r-- | Command/Assistant.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Assistant.hs b/Command/Assistant.hs index 8316a9948..8341a5694 100644 --- a/Command/Assistant.hs +++ b/Command/Assistant.hs @@ -18,8 +18,8 @@ import Assistant.Install import System.Environment -def :: [Command] -def = [noRepo checkAutoStart $ dontCheck repoExists $ withOptions options $ +cmd :: [Command] +cmd = [noRepo checkAutoStart $ dontCheck repoExists $ withOptions options $ notBareRepo $ command "assistant" paramNothing seek SectionCommon "automatically handle changes"] |