From 5198828c8ad3dbb4dd0b7705390ba75e6eb07db0 Mon Sep 17 00:00:00 2001 From: apolopena <3060702+apolopena@users.noreply.github.com> Date: Thu, 27 Jan 2022 09:55:43 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20TEST:=20https://github.com/apolo?= =?UTF-8?q?pena/gitpod-laravel-starter/issues/185?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gp/bash/examples/init-react-typescript-example.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gp/bash/examples/init-react-typescript-example.sh b/.gp/bash/examples/init-react-typescript-example.sh index b9dd65e0..e9999782 100644 --- a/.gp/bash/examples/init-react-typescript-example.sh +++ b/.gp/bash/examples/init-react-typescript-example.sh @@ -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+=($?)