diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-03 19:56:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-03 19:56:56 -0400 |
commit | 422258a5ea23b885e31702f98f16923d205a20de (patch) | |
tree | c066f01ae895cf1d702ec1cfa9897ce4931a2a0b /Annex.hs | |
parent | c4218e0ffed77e2afaafc8efd19efd907a6abd8a (diff) |
use def
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ newState c r = AnnexState , backends = [] , remotes = [] , remoteannexstate = M.empty - , output = defaultMessageState + , output = def , force = False , fast = False , daemon = False |