diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-26 16:20:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-26 16:20:28 -0400 |
commit | 7f6af79232eee685daf58e72737c5284f80cf482 (patch) | |
tree | e3ec0e7612845e056df355c6841ee9a58e603d52 /Command/Trust.hs | |
parent | 7b2da21ab7bc51785203a69cc05ab811a8629ecb (diff) |
trust setting improvements
Diffstat (limited to 'Command/Trust.hs')
-rw-r--r-- | Command/Trust.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Trust.hs b/Command/Trust.hs index a40c8dccc..3fbff68b8 100644 --- a/Command/Trust.hs +++ b/Command/Trust.hs @@ -21,11 +21,11 @@ command = [Command "trust" (paramRepeating paramRemote) seek seek :: [CommandSeek] seek = [withString start] -{- Marks a remote as trusted. -} start :: CommandStartString start name = do - r <- Remotes.byName name showStart "trust" name + Remotes.readConfigs + r <- Remotes.byName name return $ Just $ perform r perform :: Git.Repo -> CommandPerform |