Skip to content

Commit

Permalink
Merge f08f711 into b4aa3b5
Browse files Browse the repository at this point in the history
  • Loading branch information
gianarb authored Mar 3, 2021
2 parents b4aa3b5 + f08f711 commit ad1c7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tink-cli/cmd/template/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ tink template create --file /tmp/example.tmpl
},
}
flags := cmd.PersistentFlags()
flags.StringVarP(&filePath, "path", "p", "", "path to the template file")
flags.StringVar(&filePath, "file", "./template.yaml", "path to the template file")
return cmd
}

Expand Down

0 comments on commit ad1c7a5

Please sign in to comment.