Skip to content

Commit 3c19807

Browse files
authored
Update scaletest/templates/scaletest-runner/scripts/report.sh
1 parent 96ff3fc commit 3c19807

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/report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ server_version="$(jq -r '.version' <<<"${buildinfo}")"
2727
server_version_commit="$(jq -r '.external_url' <<<"${buildinfo}")"
2828

2929
# Since `coder show` doesn't support JSON output, we list the workspaces instead.
30-
# Use `command` here to bypass dryrun.
30+
# Use `command` here to bypass dry run.
3131
workspace_json="$(
3232
command coder list --all --output json |
3333
jq --arg workspace "${CODER_WORKSPACE}" --arg user "${CODER_USER}" 'map(select(.name == $workspace) | select(.owner_name == $user)) | .[0]'

0 commit comments

Comments
 (0)