Skip to content

Commit

Permalink
rm sprintf
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Newberry <[email protected]>
  • Loading branch information
brooksn committed Feb 19, 2025
1 parent fa1264e commit 0d67aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/release/cmd/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func windowsStatus(expected, exists bool) string {
}

func formatImageRef(ref name.Reference) string {
return fmt.Sprintf("%s:%s", ref.Context().RepositoryStr(), ref.Identifier())
return ref.Context().RepositoryStr() + ":" + ref.Identifier()
}

var inspectCmd = &cobra.Command{
Expand Down

0 comments on commit 0d67aaf

Please sign in to comment.