Skip to content

Commit

Permalink
typoed pslot in run check stub script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcguinness committed Jan 18, 2024
1 parent 7e60d23 commit 12e3126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run-check_ci_stub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -eu

HOMEgfs=$1
pslpot=$2
pslot=$2

echo -e "HOMEgfs: ${HOMEgfs}\npslpot: ${pslot}\n in ${PWD}" >> ${HOMEgfs}/ci/scripts/run-check_ci_stub.log

Check notice

Code scanning / shellcheck

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.

0 comments on commit 12e3126

Please sign in to comment.