Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-kabala committed Aug 25, 2024
1 parent 3c246fc commit 386e45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/secret/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func AskForNewSecret(ctx context.Context, secrets []SecretEntity, name, key *str
isNameNotValid := err != nil
if isNameNotValid {
if len(*name) > 0 {
log.Warnf(err.Error())
log.Warn(err.Error())
}

*name, err = entity.AskForName(existingNames, *name, SecretEntityDesc)
Expand Down

0 comments on commit 386e45f

Please sign in to comment.