Skip to content

Commit

Permalink
Merge pull request #363 from eperdeme/patch-2
Browse files Browse the repository at this point in the history
Fix for matching wrong version on local charts
  • Loading branch information
luisdavim authored Jan 2, 2020
2 parents d33ce90 + 60e8ced commit 90195a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func validateReleaseCharts(s *state) error {
return nil
}

var versionExtractor = regexp.MustCompile(`version:\s?(.*)`)
var versionExtractor = regexp.MustCompile(`[\n]version:\s?(.*)`)

func (r *release) validateChart(app string, s *state, wg *sync.WaitGroup, c chan string) {

Expand Down

0 comments on commit 90195a2

Please sign in to comment.