Skip to content

Commit

Permalink
Merge pull request #162 from zackbradys/main
Browse files Browse the repository at this point in the history
updated archive default name
  • Loading branch information
amartin120 authored Jan 24, 2024
2 parents cc917af + fbafa60 commit 5edc96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hauler/cli/store/save.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type SaveOpts struct {
func (o *SaveOpts) AddArgs(cmd *cobra.Command) {
f := cmd.Flags()

f.StringVarP(&o.FileName, "filename", "f", "pkg.tar.zst", "Name of archive")
f.StringVarP(&o.FileName, "filename", "f", "haul.tar.zst", "Name of archive")
}

// SaveCmd
Expand Down

0 comments on commit 5edc96d

Please sign in to comment.