Skip to content

Commit

Permalink
Fix fetching groovy plugin version from git latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Jul 17, 2023
1 parent 4fa4e65 commit 9715f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (cfg *Config) setURL() error {
if err != nil {
return err
}
cfg.Version = version
cfg.Version = version[1:]
}
cfg.URL = fmt.Sprintf(groovyPluginURLTemplate, cfg.Version, cfg.Version)
default:
Expand Down

0 comments on commit 9715f52

Please sign in to comment.