1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-10 21:07:56 +00:00

releaser: Fix a Go vet complaint

See 
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 ioutil.WriteFile(fullFilename, []byte(newContent), fi.Mode())
return nil
} }
func hugoFilepath(filename string) string { func hugoFilepath(filename string) string {