Skip to content

Commit

Permalink
fixed root_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung authored and PeterFarber committed Jan 18, 2025
1 parent 10bc366 commit 003e975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cli/tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Build the ao cli into a set of platform binaries

# change directory to root of dev-cli to ensure this script works no matter where it is ran
root_dir="$(dirname "$0")/.."
root_dir="$(realpath "$(dirname "$0")/..")"
cd $root_dir

OUTPUT_DIR="${root_dir}/dist"
Expand Down

0 comments on commit 003e975

Please sign in to comment.