Skip to content

Commit

Permalink
tools/make-binaries: fix, align with new path
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed Jul 31, 2023
1 parent 8771e70 commit 0e32a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ usage()
exit 2
}

if ! [ -e 'rebar.config' ] || ! [ -e "scripts/$myself" ]
if ! [ -e 'rebar.config' ] || ! [ -e "tools/$myself" ]
then
error "Please call this script from the repository's root directory."
exit 2
Expand Down

0 comments on commit 0e32a1c

Please sign in to comment.