Skip to content

Commit

Permalink
make-binaries: Adjust check for Rebar3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Jul 31, 2024
1 parent 55ee333 commit 58a2e94
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 @@ -124,7 +124,7 @@ check_configured_dep_vsns()
'zlib-\([1-9][0-9.]*\)\.tar\.gz'
check_vsn 'Rebar3' "$rebar_vsn" \
'https://github.com/erlang/rebar3/tags' \
'\(3\.[0-9][0-9.]*\)\.tar\.gz'
'tags\/\(3\.[0-9][0-9.]*\)\.tar\.gz'
}
#.

Expand Down

0 comments on commit 58a2e94

Please sign in to comment.