Skip to content

Commit

Permalink
fix source name
Browse files Browse the repository at this point in the history
  • Loading branch information
dskiff committed May 2, 2024
1 parent 745850b commit 4fc0eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type BuildCmd struct {

Platform string `short:"p" help:"Platform to build for" env:"TKO_PLATFORM" default:"linux/amd64"`

SourcePath string `arg:"" name:"path" help:"Path to artifacts to embed" type:"path" env:"TKO_SOURCE_PATH"`
SourcePath string `arg:"" help:"Path to artifacts to embed" type:"path" env:"TKO_SOURCE_PATH"`
DestinationPath string `short:"d" help:"Path to embed artifacts in" env:"TKO_DEST_PATH" default:"/tko-app"`
DestinationChown bool `help:"Whether to chown the destination path to root:root" default:"true"`
Entrypoint string `short:"e" help:"Entrypoint for the embedded artifacts" env:"TKO_ENTRYPOINT" default:"/tko-app/app"`
Expand Down

0 comments on commit 4fc0eb2

Please sign in to comment.