Skip to content

Commit

Permalink
fix: version flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Sep 30, 2019
1 parent 574db1a commit 5384d88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ var fileCmd = &cobra.Command{
RunE: runE(func(baseConfig *dumper.BaseConfig, cmd *cobra.Command) error {
acmeFile := cmd.Flag("source").Value.String()

baseConfig.Version = cmd.Flag("version").Value.String()

return file.Dump(acmeFile, baseConfig)
}),
}
Expand Down

0 comments on commit 5384d88

Please sign in to comment.