Skip to content

Commit 2e141fa

Browse files
committed
The default value of WEB_URL should include a trailing slash.
1 parent 892dc7e commit 2e141fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CYGWIN=nontsec
7070
test "$KEYFILE" || KEYFILE=rabbit-mock.snk
7171
test "$RABBIT_VSN" || RABBIT_VSN=0.0.0
7272
test "$MSBUILD" || MSBUILD=msbuild.exe
73-
test "$WEB_URL" || WEB_URL=http://stage.rabbitmq.com
73+
test "$WEB_URL" || WEB_URL=http://stage.rabbitmq.com/
7474
test "$UNOFFICIAL_RELEASE" || UNOFFICIAL_RELEASE=
7575

7676
### Other, general vars

0 commit comments

Comments
 (0)