Skip to content

Commit 89cb270

Browse files
Merge pull request #345 from wking/deafult-typo
pkg/cvo/updatepayload: Fix "deafult" -> "default" typo
2 parents d55d1a0 + 6cd889e commit 89cb270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cvo/updatepayload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func (r *payloadRetriever) pruneJobs(retain int) error {
270270
return nil
271271
}
272272

273-
// copyPayloadCmd returns command that copies cvo and release manifests from deafult location
273+
// copyPayloadCmd returns a shell command that copies CVO and release manifests from the default location
274274
// to the target dir.
275275
// It is made up of 2 commands:
276276
// `mkdir -p <target dir> && mv <default cvo manifest dir> <target cvo manifests dir>`

0 commit comments

Comments
 (0)