Skip to content

Commit adb2798

Browse files
authored
Merge pull request #78 from q384566678/test-upack-fixes
main.go:Modify some information
2 parents 94da731 + c814538 commit adb2798

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
@@ -137,7 +137,7 @@ func (v *bundleCmd) Run(cmd *cobra.Command, args []string) {
137137
}
138138

139139
if err != nil {
140-
v.stderr.Printf("unpacking failed: %v", err)
140+
v.stderr.Printf("creating failed: %v", err)
141141
os.Exit(1)
142142
}
143143

0 commit comments

Comments
 (0)