Skip to content

Commit 30af79d

Browse files
authored
Update build.sh
1 parent 630a628 commit 30af79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mads/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSION=$1
77
if [[ "${VERSION}" = "trunk" ]]; then
88
VERSION=trunk-$(date +%Y%m%d)
99
BRANCH1=master
10-
BRANCH2=master
10+
BRANCH2=pas2js
1111
else
1212
echo "Versioned build not supported"
1313
return 1

0 commit comments

Comments
 (0)