kopia lustrzana https://github.com/piku/piku
Merge pull request #253 from chr15m/fix-trailing-whitespace
Fix trailing whitespace.pull/247/head^2
commit
958df2685d
2
piku.py
2
piku.py
|
@ -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")
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue