Skip to content

Commit

Permalink
fix: real script path when in node_modules/.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 15, 2024
1 parent 07fcebd commit 43c2e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

SCRIPT_PATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
SCRIPT_PATH="$(dirname "$(realpath "$0")")"
WORKING_DIR="$(pwd)"
FAILED=0

Expand Down

0 comments on commit 43c2e6e

Please sign in to comment.