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.
2 parents d55d1a0 + 6cd889e commit 89cb270Copy full SHA for 89cb270
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