diff --git a/docs/xx-appendices/thanks.md b/docs/xx-appendices/thanks.md index e3431147..c4cb962c 100644 --- a/docs/xx-appendices/thanks.md +++ b/docs/xx-appendices/thanks.md @@ -11,7 +11,7 @@ Many people have contributed their time and support to help build this book. Tha
Xiaoyou "Elsie" Jiang π π |
+ Xiaoyou Elsie Jiang π π |
Tobias BΓΌschel π |
Doug Foo π π |
Sallah Kokaina π π |
diff --git a/scripts/build-samples.sh b/scripts/build-samples.sh
index 4cd577a8..108930e0 100755
--- a/scripts/build-samples.sh
+++ b/scripts/build-samples.sh
@@ -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 \
)