Skip to content

Commit

Permalink
Merge pull request #12 from calind/fix-verify
Browse files Browse the repository at this point in the history
helm_chart: fix chart verify flag
  • Loading branch information
mcuadros authored Aug 22, 2017
2 parents a0591c4 + 17c260c commit eb2ce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/resource_chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (l *chartLocator) locateChartPathInLocal() (string, error) {
return "", err
}

if !l.verify {
if l.verify {
if fi.IsDir() {
return "", fmt.Errorf("cannot verify a directory")
}
Expand Down

0 comments on commit eb2ce6d

Please sign in to comment.