Skip to content

Commit

Permalink
Rename bolt to nut
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii committed Feb 11, 2025
1 parent d995ddb commit 51e2995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replay_benchmarks/nut/run-nut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OH_ROOT="$(node -e 'console.log(require("path").resolve(process.argv[1]))' $OH_R
if [[ -z "$TMP_DIR" ]]; then
TMP_DIR="/tmp"
fi
TARGET_FOLDER="$TMP_DIR/bolt/$INSTANCE_ID"
TARGET_FOLDER="$TMP_DIR/nut/$INSTANCE_ID"
WORKSPACE_ROOT="$TARGET_FOLDER/workspace"
INSTANCE_DIR="$THIS_DIR/$INSTANCE_ID"

Expand Down

0 comments on commit 51e2995

Please sign in to comment.