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:46 -05:00 committed by GitHub
parent 4ba742f214
commit 11bc5f1a41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ function main() {
exit 1
;;
*) # Only supports having one positional argument.
PLATFORM="${i?Platform missing}"
PLATFORM="${i}"
;;
esac
done