Skip to content

Commit 589423d

Browse files
committed
fix reference error in the upload script
1 parent 005d2e8 commit 589423d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/scripts/upload_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This script requires `curl` / `openssl` to be installed.
66

77
SCRIPT_PATH=${BASH_SOURCE[0]}
8-
SCRIPT_DIR=$(dirname "$(dirname "$current_script_path")")
8+
SCRIPT_DIR=$(dirname "$(dirname "$SCRIPT_PATH")")
99

1010
# Get the actual version from the compiled playground bundle
1111
VERSION=$(cd $SCRIPT_DIR; node -e 'require("./compiler.js"); console.log(rescript_compiler.make().rescript.version)')

0 commit comments

Comments
 (0)