diff options
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Bup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Bup.hs b/Remote/Bup.hs index 92ff7ab68..a253b0889 100644 --- a/Remote/Bup.hs +++ b/Remote/Bup.hs @@ -270,7 +270,7 @@ bup2GitRemote r bupRef :: Key -> String bupRef k | Git.Ref.legal True shown = shown - | otherwise = "git-annex-" ++ show (sha256 (fromString shown)) + | otherwise = "git-annex-" ++ show (sha2_256 (fromString shown)) where shown = key2file k |