mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Fix typo (duplicated else line)
This commit is contained in:
parent
c97059c282
commit
a609c7a54b
1 changed files with 0 additions and 1 deletions
1
ynh-dev
1
ynh-dev
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue