Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pinning/common/export-pinned-dependencies.sh')
-rwxr-xr-xtools/pinning/common/export-pinned-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pinning/common/export-pinned-dependencies.sh b/tools/pinning/common/export-pinned-dependencies.sh
index be6f0aa4e..c52c629ae 100755
--- a/tools/pinning/common/export-pinned-dependencies.sh
+++ b/tools/pinning/common/export-pinned-dependencies.sh
@@ -41,4 +41,4 @@ poetry lock >&2
trap 'rm poetry.lock' EXIT
# We need to remove local packages from the output.
-poetry export --without-hashes | sed '/^acme @/d; /certbot/d;'
+poetry export --format constraints.txt --without-hashes | sed '/^acme @/d; /certbot/d;'