style: remove whitespace

This commit is contained in:
Lars Kruse 2022-06-28 20:37:26 +02:00
parent f9f2d7e45b
commit 85cf549379

View file

@ -20,7 +20,7 @@ sudo -u {{ zammad_user }} RAILS_ENV=production rbenv exec rails r "Cache.clear"
echo "Aktualisiere Git-Repository..." echo "Aktualisiere Git-Repository..."
git pull git pull
if [ -n "$RUBY_INSTALLED_VERSIONS" ]; then if [ -n "$RUBY_INSTALLED_VERSIONS" ]; then
echo "Aktualisiere Ruby-Version..." echo "Aktualisiere Ruby-Version..."
sudo -u {{ zammad_user }} rbenv install "$RUBY_VERSION" sudo -u {{ zammad_user }} rbenv install "$RUBY_VERSION"
fi fi