Skip to content

Commit

Permalink
Fix args in build-aar.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Nov 16, 2023
1 parent da47b63 commit ff372d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-aar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ helpFunction() {
exit 1
}

while getopts ':r:m:o:' 'opt'; do
while getopts ':rm:o:' 'opt'; do
case ${opt} in
'r') is_release='true' ;;
'm') gradle_module="$OPTARG" ;;
Expand Down

0 comments on commit ff372d0

Please sign in to comment.