Skip to content

Commit

Permalink
🤖 TEST: #185
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Jan 27, 2022
1 parent 329c75a commit 5198828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gp/bash/examples/init-react-typescript-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ declare -a exit_codes=()
task_msg="Downloading React Typescript example: Questions and Answers"

log "$task_msg"
curl -LJO https://github.com/apolopena/qna-typescript-demo-skeleton/archive/refs/tags/1.1.0.tar.gz
#curl -LJO https://github.com/apolopena/qna-typescript-demo-skeleton/archive/refs/tags/1.1.0.tar.gz
curl -LJO https://github.com/apolopena/qna-typescript-demo-skeleton/archive/refs/tags/1.1.1a.tar.gz
exit_codes+=($?)
tar --overwrite -xvzf qna-typescript-demo-skeleton-1.1.0.tar.gz --strip-components=1
exit_codes+=($?)
Expand Down

0 comments on commit 5198828

Please sign in to comment.