Update src/server_manager/electron_app/package.action.sh

Co-authored-by: Vinicius Fortuna <fortuna@users.noreply.github.com>
This commit is contained in:
Daniel LaCosse 2024-02-06 12:53:40 -05:00 committed by GitHub
parent a685a99b5a
commit 4ba742f214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ function main() {
echo "Unknown option: ${i}"
exit 1
;;
*) # only supports having one platform
*) # Only supports having one positional argument.
PLATFORM="${i?Platform missing}"
;;
esac