Fix typo (duplicated else line)

This commit is contained in:
Romain Garbage 2017-02-22 10:51:21 +02:00
parent c97059c282
commit a609c7a54b

View file

@ -135,7 +135,6 @@ elif [ "$1" = "run" ]; then
BOX_NAME="yunohost/jessie-i386-unstable"
BOX_URL="https://build.yunohost.org/yunohost-jessie-i386-unstable.box"
IP="192.168.33.85"
else
else
echo "ERROR: Incorrect version '$VERSION'. See '$(basename $0) --help' for usage."
exit 102