chore: apply lint recommendations

This commit is contained in:
Adrien Raffin-Caboisse 2022-05-16 14:59:46 +02:00
parent 02ae7a0563
commit 4435a4f19d
No known key found for this signature in database
GPG key ID: 7FB60532DEBEAD6A
6 changed files with 26 additions and 17 deletions

View file

@ -262,7 +262,7 @@ func expandAlias(
}
if len(ips) == 0 {
return ips, fmt.Errorf(
"%w. %v isn't owned by a TagOwner and no forced tags are defined.",
"%w. %v isn't owned by a TagOwner and no forced tags are defined",
errInvalidTag,
alias,
)