From 85cf549379f0e3330ddd7d7693161e2aaa05cfa3 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 28 Jun 2022 20:37:26 +0200 Subject: [PATCH] style: remove whitespace --- templates/zammad-updater.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zammad-updater.j2 b/templates/zammad-updater.j2 index 060ce71..b5288d7 100644 --- a/templates/zammad-updater.j2 +++ b/templates/zammad-updater.j2 @@ -20,7 +20,7 @@ sudo -u {{ zammad_user }} RAILS_ENV=production rbenv exec rails r "Cache.clear" echo "Aktualisiere Git-Repository..." git pull -if [ -n "$RUBY_INSTALLED_VERSIONS" ]; then +if [ -n "$RUBY_INSTALLED_VERSIONS" ]; then echo "Aktualisiere Ruby-Version..." sudo -u {{ zammad_user }} rbenv install "$RUBY_VERSION" fi