We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c4c35 commit 6cd889eCopy full SHA for 6cd889e
pkg/cvo/updatepayload.go
@@ -270,7 +270,7 @@ func (r *payloadRetriever) pruneJobs(retain int) error {
270
return nil
271
}
272
273
-// copyPayloadCmd returns command that copies cvo and release manifests from deafult location
+// copyPayloadCmd returns a shell command that copies CVO and release manifests from the default location
274
// to the target dir.
275
// It is made up of 2 commands:
276
// `mkdir -p <target dir> && mv <default cvo manifest dir> <target cvo manifests dir>`
0 commit comments