Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Nov 10, 2019
1 parent 9782407 commit 96c0fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build-app
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 96c0fbc

Please sign in to comment.