Skip to content

Commit

Permalink
rename: skip-fetch-directories to skip-fetch
Browse files Browse the repository at this point in the history
  - alias to skip-fetch-directories

Authored-by: Nick Rohn <nrohn@vmware.com>
  • Loading branch information
notrepo05 authored and crhntr committed Aug 3, 2023
1 parent 97a33ef commit 53fb4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/bake.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ type Bake struct {
Sha256 bool ` long:"sha256" description:"calculates a SHA256 checksum of the output file"`
StubReleases bool `short:"sr" long:"stub-releases" description:"skips importing release tarballs into the tile"`
Version string `short:"v" long:"version" description:"version of the tile"`
SkipFetchReleases bool `short:"sfr" long:"skip-fetch-directories" description:"skips the automatic release fetch for all release directories"`
SkipFetchReleases bool `short:"sfr" long:"skip-fetch" description:"skips the automatic release fetch for all release directories" alias:"skip-fetch-directories"`
}
}

Expand Down

0 comments on commit 53fb4a3

Please sign in to comment.