pull/365/head
Puneet Mehta 2024-06-21 09:54:56 +05:30
rodzic bf2636fb44
commit 9dd884fa8a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -590,7 +590,7 @@ def deploy_go(app, deltas={}):
if exists(go_mod):
echo("-----> Running go mod tidy for '{}'".format(app), fg='green')
call('go mod tidy', cwd=join(APP_ROOT, app), shell=True)
return spawn_app(app, deltas)