From 811183daf4a9315519c888a50d9ce7a100d2067e Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 29 Mar 2022 18:28:53 +0100 Subject: [PATCH] updated github_mirror_repos_to_bitbucket.sh --- github_mirror_repos_to_bitbucket.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/github_mirror_repos_to_bitbucket.sh b/github_mirror_repos_to_bitbucket.sh index 2a1d0e29..dc7e3e9a 100755 --- a/github_mirror_repos_to_bitbucket.sh +++ b/github_mirror_repos_to_bitbucket.sh @@ -101,6 +101,7 @@ fi tmpdir="/tmp/github_to_bitbucket_mirroring/$owner" if [ -n "${CLEAR_CACHE_GITHUB_MIRROR:-}" ]; then + timestamp "Removing cache: $tmpdir" rm -fr "$tmpdir" fi