Skip to content

Commit

Permalink
Merge pull request #122 from RobertKrawitz/fix-image-name
Browse files Browse the repository at this point in the history
Fix typo in image name.
  • Loading branch information
RobertKrawitz authored Feb 28, 2023
2 parents 0c6da1e + c00db85 commit e762424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterbuster
Original file line number Diff line number Diff line change
Expand Up @@ -3419,7 +3419,7 @@ fi
iworkload=$requested_workload
requested_workload=$(get_workload "$requested_workload") || help_extended "(Unknown workload '$iworkload')"
arch=${arch:-$(uname -m)}
container_image=${container_image:-quay.io/rkrawitz/clusterbuster:${arch}-perf-ci-v.1.2}
container_image=${container_image:-quay.io/rkrawitz/clusterbuster:${arch}-perf-ci-v1.2}

call_api -w "$requested_workload" -s "process_options" "${unknown_opts[@]}" || help "${unknown_opt_names[@]}"

Expand Down

0 comments on commit e762424

Please sign in to comment.