From 974b748c855f05c4aece6b93b888ed86668920df Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Mon, 6 May 2024 18:13:57 +0100 Subject: [PATCH] fix: correct name of dot git folder for samples tarball (#313) --- scripts/build-samples.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-samples.sh b/scripts/build-samples.sh index 68729f36..d245552e 100755 --- a/scripts/build-samples.sh +++ b/scripts/build-samples.sh @@ -33,13 +33,13 @@ mkdir -p ./artifacts/samples/repositories && git clone git://github.com/effective-shell/chapter-27-dotfiles \ && cd chapter-27-dotfiles \ && git remote remove origin \ - && rm -rf ./git \ + && rm -rf ./.git \ ) ( cd ./artifacts/samples/repositories \ && git clone git://github.com/effective-shell/chapter-28-dotfiles \ && cd chapter-28-dotfiles \ && git remote remove origin \ - && rm -rf ./git \ + && rm -rf ./.git \ ) # Zip up and tar up the samples