Fix trailing whitespace.

pull/253/head
Chris McCormick 2022-10-17 09:32:17 +08:00
rodzic eb28c88dd4
commit c7af8b2e17
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")