From a514470066c4545b2812e944cfaf9b04d66bfc10 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 10 Jul 2020 13:57:29 +0200 Subject: [PATCH] Fix call --- tools/snap/build_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/snap/build_remote.py b/tools/snap/build_remote.py index be8323614..fbacf7a8d 100644 --- a/tools/snap/build_remote.py +++ b/tools/snap/build_remote.py @@ -20,7 +20,7 @@ def _build_snap(target, archs): subprocess.check_output( ('"{0}" tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt ' '| grep -v python-augeas > "{1}/snap-constraints.txt"').format(sys.executable, workspace), - shell=True, cwd=workspace) + shell=True, cwd=CERTBOT_DIR) try: subprocess.check_call([