commit c7064ac7fa6c3759cfab18db06eca15c4217bf7e parent 0d23d09d97bb6b113fdf2f6da4a9dfe4a9d3fc71 Author: Chris <chris@echoz.io> Date: Fri, 21 Nov 2025 08:10:07 +0100 fix: typo in error messages Diffstat:
| M | imsh-cast/imsh-cast.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/imsh-cast/imsh-cast.sh b/imsh-cast/imsh-cast.sh @@ -313,9 +313,9 @@ wf-recorder "${wfRecorderArgs[@]}" >/dev/null & pid=$! trap "$(trap -P EXIT)"$'\nfor pid in $(jobs -p); do kill $pid; done' EXIT printf "%d" $pid >"$pidFile" \ - || fatal "wl-recorder unable to write PID: $pidFile" + || fatal "wf-recorder unable to write PID: $pidFile" wait $pid \ - || fatal "wl-recorder returned non-zero status" + || fatal "wf-recorder returned non-zero status" if [[ "$upload" -ne 0 ]]; then response="$(curl -sS --fail-with-body \