Skip to content

Commit 1fd7ee7

Browse files
committed
fix
1 parent cabc6e5 commit 1fd7ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mads/build.sh

Lines changed: 1 addition & 1 deletion
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=pas2js
10+
BRANCH2=master
1111
else
1212
echo "Versioned build not supported"
1313
return 1

0 commit comments

Comments
 (0)