Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix error handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 20, 2017
1 parent b6283be commit 1a5f174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/engine_generic.go
Expand Up @@ -126,7 +126,7 @@ func (g *engineGeneric) writeNextMetadata(gitLocalPath string) error {

v, nerr := semver.NewVersion(g.NextMetadata.Version)
if nerr != nil {
return "", nerr
return nerr
}

template := g.Config.GetString("engine_generic_version_template")
Expand Down

0 comments on commit 1a5f174

Please sign in to comment.