Skip to content

Commit

Permalink
Update cmd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Aug 14, 2024
1 parent b7ab6b1 commit 99210ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/bpmetadata/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func generate(cmd *cobra.Command, args []string) error {
}

if len(errors) > 0 {
return fmt.Errorf(strings.Join(errors, "\n"))
return fmt.Errorf("%s", strings.Join(errors, "\n"))
}

Log.Info("metadata generated successfully")
Expand Down

0 comments on commit 99210ce

Please sign in to comment.