diff --git a/scripts/vespa_local/vespa_local.py b/scripts/vespa_local/vespa_local.py index 49848e4d7..de510c129 100644 --- a/scripts/vespa_local/vespa_local.py +++ b/scripts/vespa_local/vespa_local.py @@ -24,7 +24,7 @@ def restart(args): def deploy_config(args): os.system('vespa config set target local') here = os.path.dirname(os.path.abspath(__file__)) - os.system(f'vespa deploy {here}') + os.system(f'vespa deploy "{here}"') def stop(args):