Skip to content

Commit

Permalink
fix: flags rename
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Oct 8, 2023
1 parent 0753f53 commit 1af6632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cuepkg/kubepkgcli/export.cue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ import (
args: [
"--storage-root=/etc/kubepkg",
"--platform=linux/\(arch)",
"--extract-manifests-yaml=/build/manifests/\(path.Base(filename)).yaml",
"--output=/build/images/\(filename)",
"--output-manifests=/build/manifests/\(path.Base(filename)).yaml",
"--output-oci=/build/images/\(filename)",
"/src/kubepkg.json",
]
}
Expand Down

0 comments on commit 1af6632

Please sign in to comment.