Skip to content

Commit 41dc6bc

Browse files
committed
chore: wip
1 parent 2a9b8b9 commit 41dc6bc

File tree

1 file changed

+1
-1
lines changed
  • storage/framework/scripts

1 file changed

+1
-1
lines changed

storage/framework/scripts/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -n "$1" ]; then
2020
fi
2121

2222
# Get the directory of the current script and go up 3 directories
23-
PROJECT_ROOT="$(cd "$(dirname "$0")" && pwd)"
23+
PROJECT_ROOT="$(cd "$(dirname "$0")/../../.." && pwd)"
2424
CLI_PATH="$PROJECT_ROOT/storage/framework/core/buddy/src/cli.ts"
2525
SCRIPT_PATH="$PROJECT_ROOT/storage/framework/scripts/pkgx-install"
2626
LOG_PATH="$PROJECT_ROOT/storage/logs/console.log"

0 commit comments

Comments
 (0)