Skip to content

Commit

Permalink
fix relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Nov 25, 2024
1 parent c02c036 commit ae038da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/go_core_ccip_deployment_tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -o pipefail
set +e

SCRIPT_PATH=`dirname "$0"`; SCRIPT_PATH=`eval "cd \"$SCRIPT_PATH\" && pwd"`
OUTPUT_FILE=${OUTPUT_FILE:-"./output.txt"}
OUTPUT_FILE=${OUTPUT_FILE:-"../output.txt"}
EXTRA_FLAGS=""

cd ./deployment || exit
Expand Down

0 comments on commit ae038da

Please sign in to comment.