Skip to content

Commit

Permalink
fix: correct name of dot git folder for samples tarball (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr authored May 6, 2024
1 parent bb5c367 commit 974b748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 974b748

Please sign in to comment.