Skip to content

Commit

Permalink
Fix go vet comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Apr 20, 2024
1 parent c6f204a commit 7b54b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func persistDatabaseIfChanged(_ *cobra.Command, _ []string) {
if changed {
if err := db.LockProtectedEntries(); err != nil {
fmt.Printf("Failed to lock entries: %w\n", err)
fmt.Printf("Failed to lock entries: %s\n", err)
return
}

Expand Down

0 comments on commit 7b54b33

Please sign in to comment.