Skip to content

Commit

Permalink
Fix broke build with rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sselph committed Jan 30, 2016
1 parent d018a3b commit 5d34d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rename/rename.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func rename(source *ds.GDB, files []string) error {
func main() {
flag.Parse()
runtime.GOMAXPROCS(runtime.NumCPU())
hasher, err := ds.NewHasher(sha1.New)
hasher, err := ds.NewHasher(sha1.New, 1)
if err != nil {
fmt.Println(err)
return
Expand Down

0 comments on commit 5d34d1b

Please sign in to comment.