Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 11, 2024
1 parent f40a799 commit 202773e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ else
echo "💥 jest executable missing at ${bin_jest} or not executable"
echo "👁️ ${bin_jest} -> $(realpath "${bin_jest}")"
echo " ${COREPACK_ROOT_DIR} as corepack root"
if [[ -f "${bin_jest}"]]; then
if [ -f "${bin_jest}"]; then
echo "It does exist"
ls -l "${bin_jest}"
fi
Expand Down

0 comments on commit 202773e

Please sign in to comment.