1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #39508 from thaJeztah/fix_remove_bundles

Fix "Removing bundles/" not actually removing bundles
This commit is contained in:
Sebastiaan van Stijn 2019-07-12 19:17:25 +02:00 committed by GitHub
commit 8fa0899ff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ bundle() {
main() {
if [ -z "${KEEPBUNDLE-}" ]; then
echo "Removing bundles/"
rm -rf "bundles/*"
rm -rf bundles/*
echo
fi
mkdir -p bundles