Skip to content

Commit a18ff07

Browse files
committed
1 parent de874cb commit a18ff07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/build-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ANDROID_API=28
1414

1515
export BUILD_VERSION=${1}
1616
# note that WORKDIR must not be under the current checkout or the patches will fail to apply
17-
WORKDIR=${1}
17+
WORKDIR=${2}
1818
if [[ "${WORKDIR}" == '' ]]; then
1919
echo "Usage: $(basename $0) <release/devel/trunk> <work directory>"
2020
exit 1

0 commit comments

Comments
 (0)