diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-24 17:58:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-24 17:58:16 -0400 |
commit | 4f5dde573414ba586420ef4117c8356367d65c83 (patch) | |
tree | fc6c6ab8dc3df7c7baadf4a36f6463edc8eb7eae /Command/Fix.hs | |
parent | ad3d373330bfe4c12672e373b8d4f46291a47793 (diff) |
avoid commits when running fix and find
Diffstat (limited to 'Command/Fix.hs')
-rw-r--r-- | Command/Fix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fix.hs b/Command/Fix.hs index 227e08cd2..38c8ac6e6 100644 --- a/Command/Fix.hs +++ b/Command/Fix.hs @@ -13,7 +13,7 @@ import qualified Annex.Queue import Annex.Content def :: [Command] -def = [command "fix" paramPaths seek +def = [noCommit $ command "fix" paramPaths seek "fix up symlinks to point to annexed content"] seek :: [CommandSeek] |