From 2b8e4239b0a5547dd12831b254141fccaafb767f Mon Sep 17 00:00:00 2001 From: Sergio Rubio Date: Fri, 9 Feb 2018 23:37:26 +0100 Subject: [PATCH] Fix typo --- script/build-app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build-app b/script/build-app index 34a411aa..bff6415c 100755 --- a/script/build-app +++ b/script/build-app @@ -5,7 +5,7 @@ set -e if !which nativefier >/dev/null 2>&1; then echo "nativefier not found!" >&2 - echo "npm install -g nativifier" >&2 + echo "npm install -g nativefier" >&2 exit 1 fi