mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Fix shebang in rebuild_deps
This commit is contained in:
parent
4a8ede2562
commit
4f84c0ce79
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@ CERTBOT_REPO_PATH = dirname(dirname(abspath(__file__)))
|
|||
# without pinned dependencies, and respecting input authoritative requirements
|
||||
# - `certbot plugins` is called to check we have an healthy environment
|
||||
# - finally current set of dependencies is extracted out of the docker using pip freeze
|
||||
SCRIPT = r"""\
|
||||
#!/bin/sh
|
||||
SCRIPT = r"""#!/bin/sh
|
||||
set -e
|
||||
|
||||
cd /tmp/certbot
|
||||
|
|
|
|||
Loading…
Reference in a new issue