Skip to content

Commit

Permalink
update deploy artifact flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Nov 8, 2018
1 parent b6021c9 commit 1a9f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/orca/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func NewDeployArtifactCmd(out io.Writer) *cobra.Command {

f.StringVar(&a.url, "url", os.Getenv("ORCA_URL"), "url to deploy to. Overrides $ORCA_URL")
f.StringVar(&a.token, "token", os.Getenv("ORCA_TOKEN"), "token to use for deployment. Overrides $ORCA_TOKEN")
f.StringVar(&a.file, "file", os.Getenv("ORCA_FILE"), "path to artifact to deploy. Overrides $ORCA_FILE")
f.StringVar(&a.file, "file", os.Getenv("ORCA_FILE"), "path to file to deploy. Overrides $ORCA_FILE")

return cmd
}

0 comments on commit 1a9f6a2

Please sign in to comment.