diff --git a/actions/ibm-semeru-dependency/main.go b/actions/ibm-semeru-dependency/main.go index df772f63..a3a5ee50 100644 --- a/actions/ibm-semeru-dependency/main.go +++ b/actions/ibm-semeru-dependency/main.go @@ -124,7 +124,7 @@ func main() { // Java 8 uses `1.8.0` and `updateXX` in the CPE, instead of 8.0.x // // This adjusts the update job to set the CPE in this way instead - // of using the stardard version format + // of using the standard version format outputs["cpe"] = fmt.Sprintf("update%d", latestVersion.Patch()) }