Fix typo
This commit is contained in:
parent
75529d1824
commit
ae429be907
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
set -eu
|
||||
|
||||
if ! type bwrap >/dev/null 2>&1; then
|
||||
echo "You don't have bubblewrap installed." 2>&1
|
||||
echo "Please install bubblewrap." 2>&1
|
||||
echo "You don't have bubblewrap installed." 1>&2
|
||||
echo "Please install bubblewrap." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue