Skip to content

Commit

Permalink
releaser: Fix a Go vet complaint
Browse files Browse the repository at this point in the history
See #3358
  • Loading branch information
bep committed Apr 24, 2017
1 parent 7f6430d commit 67746f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions releaser/releaser.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ func replaceInFile(filename string, oldNew ...string) error {
}

return ioutil.WriteFile(fullFilename, []byte(newContent), fi.Mode())

return nil
}

func hugoFilepath(filename string) string {
Expand Down

0 comments on commit 67746f3

Please sign in to comment.