mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
all: Apply staticcheck recommendations
This commit is contained in:
@ -102,7 +102,7 @@ func (r *ReleaseHandler) Run() error {
|
||||
}
|
||||
|
||||
if exists {
|
||||
return fmt.Errorf("Tag %q already exists", tag)
|
||||
return fmt.Errorf("tag %q already exists", tag)
|
||||
}
|
||||
|
||||
var changeLogFromTag string
|
||||
|
Reference in New Issue
Block a user