Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [CI-14390]: Added new enhancements to plugins/jira #26

Merged
merged 8 commits into from
Oct 4, 2024
Merged
Prev Previous commit
Next Next commit
Update plugin/util.go
  • Loading branch information
Ompragash authored Oct 4, 2024
commit a5fa3a95043d39015d7f01c26be26334354c3dcb
2 changes: 1 addition & 1 deletion plugin/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func toEnvironmentType(args Args) string {
return v
}
// Return a default value, such as an empty string
return ""
return toEnvironment(args)
}

// helper function determines the version number.
Expand Down