Skip to content

Commit 3d82d58

Browse files
committed
fixup
1 parent 0565bad commit 3d82d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release_rebar_old.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function build_rebar2 {
147147
function build_rebar3 {
148148
docker rm rebar3 || true
149149

150-
docker run hexpm/erlang:$2-ubuntu-$3 sh -c "\
150+
docker run --name rebar3 hexpm/erlang:$2-ubuntu-$3 sh -c "\
151151
apt update && apt -y install git && \
152152
git clone https://github.com/erlang/rebar3.git -b $1 && \
153153
cd rebar3 && \

0 commit comments

Comments
 (0)