Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(bundles): fix panic in bundle-download command
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Aug 29, 2022
1 parent 6f26e22 commit d15d676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/werf/bundle/download/download.go
Expand Up @@ -58,6 +58,7 @@ func NewCmd(ctx context.Context) *cobra.Command {

common.SetupLogOptions(&commonCmdData, cmd)
common.SetupLogProjectDir(&commonCmdData, cmd)
common.SetupDockerConfig(&commonCmdData, cmd, "")

defaultTag := os.Getenv("WERF_TAG")
if defaultTag == "" {
Expand Down

0 comments on commit d15d676

Please sign in to comment.