releaser: Fix a Go vet complaint

See #3358
This commit is contained in:
Bjørn Erik Pedersen 2017-04-24 12:41:47 +02:00
parent 7f6430d84d
commit 67746f36dd

View file

@ -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 {