Skip to content

Commit c814538

Browse files
author
zhouhao
committed
main.go:Modify some information
Signed-off-by: zhouhao <[email protected]>
1 parent 0a1e5dc commit c814538

File tree

1 file changed

+1
-1
lines changed
  • cmd/oci-create-runtime-bundle

1 file changed

+1
-1
lines changed

cmd/oci-create-runtime-bundle/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (v *bundleCmd) Run(cmd *cobra.Command, args []string) {
133133
}
134134

135135
if err != nil {
136-
v.stderr.Printf("unpacking failed: %v", err)
136+
v.stderr.Printf("creating failed: %v", err)
137137
os.Exit(1)
138138
}
139139

0 commit comments

Comments
 (0)