Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
orz25 committed Aug 19, 2024
1 parent c9af8da commit e9ef22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/curation/curationaudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ func GetCurationOutputFormat(formatFlagVal string) (format outFormat.OutputForma
case string(outFormat.Json):
format = outFormat.Json
default:
err = errorutils.CheckError(errors.New("only the following output formats are supported: %s", coreutils.ListToText(CurationOutputFormats)))
err = errorutils.CheckErrorf("only the following output formats are supported: %s", coreutils.ListToText(CurationOutputFormats))
}
}
return
Expand Down

0 comments on commit e9ef22e

Please sign in to comment.