Skip to content

Commit facfba4

Browse files
committedAug 28, 2020
[typo] fixing typo in deprecatetruncate command
1 parent fa10df6 commit facfba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmd/opm/index/deprecate.go ‎cmd/opm/index/deprecatetruncate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var deprecateLong = templates.LongDesc(`
2020
1.4.0 -- replaces -> 1.3.0 -- replaces -> 1.2.0 -- replaces -> 1.1.0
2121
2222
Applying the command:
23-
opm index deprecate --bundles "quay.io/my/bundle:1.3.0" --from-index "quay.io/my/index:v1" --tag "quay.io/my/index:v2"
23+
opm index deprecatetruncate --bundles "quay.io/my/bundle:1.3.0" --from-index "quay.io/my/index:v1" --tag "quay.io/my/index:v2"
2424
2525
Produces the following update graph in quay.io/my/index:v2
2626
1.4.0 -- replaces -> 1.3.0 [deprecated]

0 commit comments

Comments
 (0)
Please sign in to comment.