Skip to content

Commit

Permalink
fix: 'werf helm get-release' command panic
Browse files Browse the repository at this point in the history
  • Loading branch information
distorhead committed Jan 21, 2022
1 parent 7efcbc1 commit bc52c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/werf/helm/get_release.go
Expand Up @@ -34,6 +34,7 @@ func NewGetReleaseCmd() *cobra.Command {
common.SetupGitWorkTree(&getReleaseCmdData, cmd)
common.SetupConfigTemplatesDir(&getReleaseCmdData, cmd)
common.SetupConfigPath(&getReleaseCmdData, cmd)
common.SetupNamespace(&getReleaseCmdData, cmd)
common.SetupEnvironment(&getReleaseCmdData, cmd)

common.SetupGiterminismOptions(&getReleaseCmdData, cmd)
Expand Down

0 comments on commit bc52c8e

Please sign in to comment.