Merge pull request #253 from chr15m/fix-trailing-whitespace

Fix trailing whitespace.
pull/247/head^2
Chris McCormick 2022-10-17 09:37:21 +08:00 zatwierdzone przez GitHub
commit 958df2685d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -494,7 +494,7 @@ def deploy_ruby(app, deltas={}):
if not exists(virtual):
echo("-----> Building Ruby Application")
makedirs(virtual)
call('bundle config set --local path $VIRTUAL_ENV', cwd=join(APP_ROOT, app), env=env, shell=True)
call('bundle config set --local path $VIRTUAL_ENV', cwd=join(APP_ROOT, app), env=env, shell=True)
else:
echo("------> Rebuilding Ruby Application")