From 3545b2751d39a4847b5d568dc829a227d1f68aa1 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 18 Oct 2019 10:08:43 +0100 Subject: [PATCH] typo Co-Authored-By: Travis Ralston --- scripts/electron-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/electron-package.sh b/scripts/electron-package.sh index 5698dc7c..a7aa56d0 100755 --- a/scripts/electron-package.sh +++ b/scripts/electron-package.sh @@ -81,7 +81,7 @@ if [ -z "$NOTARIZE_APPLE_ID" ]; then fi osslsigncode -h 2> /dev/null -if [ $? -ne 255 ]; then # osslsigncode exits with 255 after printing usgae... +if [ $? -ne 255 ]; then # osslsigncode exits with 255 after printing usage... echo "osslsigncode not found" exit fi