diff options
Diffstat (limited to 'Command/EnableRemote.hs')
-rw-r--r-- | Command/EnableRemote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/EnableRemote.hs b/Command/EnableRemote.hs index 61cd543e6..96efce39c 100644 --- a/Command/EnableRemote.hs +++ b/Command/EnableRemote.hs @@ -69,7 +69,7 @@ startSpecialRemote name config (Just (u, c)) = do performSpecialRemote :: RemoteType -> UUID -> R.RemoteConfig -> RemoteGitConfig -> CommandPerform performSpecialRemote t u c gc = do - (c', u') <- R.setup t (Just u) Nothing c gc + (c', u') <- R.setup t R.Enable (Just u) Nothing c gc next $ cleanupSpecialRemote u' c' cleanupSpecialRemote :: UUID -> R.RemoteConfig -> CommandCleanup |