conditional variable spacing

This commit is contained in:
Jesse Antoszyk 2024-10-22 11:07:27 -04:00
parent 1185094972
commit 1ef030d338
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ $STD apt-get install -y --no-install-suggests \
python3
# Determine the latest version if needed
if [[ $GHOSTFOLIO_VERSION == 'latest']]; then
if [[ "$GHOSTFOLIO_VERSION" == "latest" ]]; then
$STD version=$(curl -Ls -o /dev/null -w %{url_effective} https://github.com/ghostfolio/ghostfolio/releases/latest)
$STD GHOSTFOLIO_VERSION=${version##*/}
fi