diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-09 13:49:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-09 13:49:27 -0400 |
commit | c56c0554643cf64d1083ef2693ecff787a4731c3 (patch) | |
tree | ee7a82a6b2c48bf04d3c5fd0f69aaaeb7e131478 /Assistant/Threads/Committer.hs | |
parent | 5aca7af2f702aa508ec5949e1fddbee429a93db5 (diff) |
revert bad change
Diffstat (limited to 'Assistant/Threads/Committer.hs')
-rw-r--r-- | Assistant/Threads/Committer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs index b791dcc82..6b036d09a 100644 --- a/Assistant/Threads/Committer.hs +++ b/Assistant/Threads/Committer.hs @@ -210,7 +210,7 @@ handleAdds delayadd st changechan transferqueue dstatus cs = returnWhen (null in sha <- inRepo $ Git.HashObject.hashObject BlobObject link stageSymlink file sha - queueTransfers Next transferqueue dstatus st key (Just file) Upload + queueTransfers Next transferqueue dstatus key (Just file) Upload showEndOk return $ Just change |