Fix update for Flatpak. (#8)

* Change to 2 spaced indent.

* Change flatpak to never "fail" so that update can be run on servers as well.

* Change indent to 2 spaces.

* Be fancier than an always-true.
This commit is contained in:
2021-08-14 12:43:42 -05:00
committed by GitHub
parent 37c5b122f8
commit 89961ad08f
4 changed files with 21 additions and 14 deletions

View File

@ -49,7 +49,7 @@
# Use a specific branch if it was asked for.
branch="dev"
if [[ $1 != "" ]]; then
branch="$1"
branch="$1"
fi

View File

@ -49,7 +49,7 @@
# Use a specific branch if it was asked for.
branch="dev"
if [[ $1 != "" ]]; then
branch="$1"
branch="$1"
fi