mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update tools/docker/lib/common
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
ec7851ca97
commit
f01bc93f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ ParseArgs() {
|
|||
# Function for use with trap in the primary scripts to remove the
|
||||
# docker builder and restore the original directory
|
||||
Cleanup() {
|
||||
docker builder rm certbot_builder || true
|
||||
docker buildx rm certbot_builder || true
|
||||
popd
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue