Skip to content

Commit

Permalink
fix: correct samples repository path (#343)
Browse files Browse the repository at this point in the history
* fix: correct samples repository path

* fix: correct quotations in 'thanks'
  • Loading branch information
dwmkerr authored Aug 10, 2024
1 parent f439383 commit d15a209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/xx-appendices/thanks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Many people have contributed their time and support to help build this book. Tha
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xiaoyou-elsie-jiang"><img src="https://avatars.githubusercontent.com/u/101381124?v=4?s=100" width="100px;" alt="Xiaoyou "Elsie" Jiang"/><br /><sub><b>Xiaoyou "Elsie" Jiang</b></sub></a><br /><a href="https://github.com/dwmkerr/effective-shell/commits?author=xiaoyou-elsie-jiang" title="Documentation">📖</a> <a href="https://github.com/dwmkerr/effective-shell/pulls?q=is%3Apr+reviewed-by%3Axiaoyou-elsie-jiang" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xiaoyou-elsie-jiang"><img src="https://avatars.githubusercontent.com/u/101381124?v=4?s=100" width="100px;" alt="Xiaoyou Elsie Jiang"/><br /><sub><b>Xiaoyou Elsie Jiang</b></sub></a><br /><a href="https://github.com/dwmkerr/effective-shell/commits?author=xiaoyou-elsie-jiang" title="Documentation">📖</a> <a href="https://github.com/dwmkerr/effective-shell/pulls?q=is%3Apr+reviewed-by%3Axiaoyou-elsie-jiang" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://linkedin.com/in/tbueschel"><img src="https://avatars.githubusercontent.com/u/13087421?v=4?s=100" width="100px;" alt="Tobias Büschel"/><br /><sub><b>Tobias Büschel</b></sub></a><br /><a href="https://github.com/dwmkerr/effective-shell/pulls?q=is%3Apr+reviewed-by%3Atobiasbueschel" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://foostack.ai"><img src="https://avatars.githubusercontent.com/u/15166953?v=4?s=100" width="100px;" alt="Doug Foo"/><br /><sub><b>Doug Foo</b></sub></a><br /><a href="https://github.com/dwmkerr/effective-shell/commits?author=dougfoo" title="Documentation">📖</a> <a href="https://github.com/dwmkerr/effective-shell/pulls?q=is%3Apr+reviewed-by%3Adougfoo" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/skokaina"><img src="https://avatars.githubusercontent.com/u/2756985?v=4?s=100" width="100px;" alt="Sallah Kokaina"/><br /><sub><b>Sallah Kokaina</b></sub></a><br /><a href="https://github.com/dwmkerr/effective-shell/commits?author=skokaina" title="Documentation">📖</a> <a href="https://github.com/dwmkerr/effective-shell/pulls?q=is%3Apr+reviewed-by%3Askokaina" title="Reviewed Pull Requests">👀</a></td>
Expand Down
10 changes: 2 additions & 8 deletions scripts/build-samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ cp package.json ./artifacts/effective-shell/.package.json
# a local repository only) we just remove the remote.
mkdir -p ./artifacts/effective-shell/repositories
( cd ./artifacts/effective-shell/repositories \
&& git clone git://github.com/effective-shell/chapter-27-dotfiles \
&& cd chapter-27-dotfiles \
&& git remote remove origin \
&& rm -rf ./.git \
)
( cd ./artifacts/effective-shell/repositories \
&& git clone git://github.com/effective-shell/chapter-28-dotfiles \
&& cd chapter-28-dotfiles \
&& git clone git://github.com/effective-shell/chapter-19-dotfiles \
&& cd chapter-19-dotfiles \
&& git remote remove origin \
&& rm -rf ./.git \
)
Expand Down

0 comments on commit d15a209

Please sign in to comment.