Skip to content

Commit bb93e0c

Browse files
committed
fixup! address PR feedback
1 parent 8ed96d5 commit bb93e0c

File tree

1 file changed

+1
-1
lines changed
  • scaletest/templates/scaletest-runner/scripts

1 file changed

+1
-1
lines changed

scaletest/templates/scaletest-runner/scripts/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,6 @@ set_pod_status_annotation() {
302302
log "must specify an annotation value"
303303
return
304304
else
305-
maybedryrun "${DRY_RUN}" kubectl --namespace "$(namespace)" annotate pod "$(hostname)" "com.coder.scaletest.status=$2" --overwrite
305+
maybedryrun "${DRY_RUN}" kubectl --namespace "$(namespace)" annotate pod "$(hostname)" "com.coder.scaletest.status=$1" --overwrite
306306
fi
307307
}

0 commit comments

Comments
 (0)