Trim whitespace
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-11-01 17:05:13 +01:00
parent 5806e40c1c
commit 33a49a8457
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -448,7 +448,7 @@ sub_app_new (){
if [ -z "$SERVER" ]; then
echo "Where would you like to put $APP?"
select SERVER_ITEM in "${SERVERS[@]##*/}"; do
select SERVER_ITEM in "${SERVERS[@]##*/}"; do
if [ 1 -le "$REPLY" ] && [ "$REPLY" -le ${#SERVERS[@]} ]; then
SERVER="$SERVER_ITEM"
success "Selected server ${SERVER}"