summaryrefslogtreecommitdiffstats
path: root/helpers/general.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/general.go')
-rw-r--r--helpers/general.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers/general.go b/helpers/general.go
index dcbac697e..3d4396440 100644
--- a/helpers/general.go
+++ b/helpers/general.go
@@ -410,8 +410,6 @@ func MD5FromFileFast(f afero.File) (string, error) {
h.Write(buff)
}
- h.Write(buff)
-
return hex.EncodeToString(h.Sum(nil)), nil
}