mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Fix call
This commit is contained in:
parent
4b15773607
commit
a514470066
1 changed files with 1 additions and 1 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in a new issue