From 5c266182153c78666967017595e86965b19c8e3d Mon Sep 17 00:00:00 2001 From: Jangrie <2715270+Jangrie@users.noreply.github.com> Date: Thu, 8 Oct 2020 21:28:54 +0200 Subject: [PATCH] fix: adds correct link to print-themes.sh --- test/print-themes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/print-themes.sh b/test/print-themes.sh index 1288ca4..e2c1ac6 100755 --- a/test/print-themes.sh +++ b/test/print-themes.sh @@ -209,7 +209,7 @@ declare -a THEMES=( # Allow developer to change url to forked url for easier testing # IMPORTANT: Make sure you export this variable if your main shell is not bash -BASE_URL=${BASE_URL:-"https://github.com/Jangrie/Gogh/tree/add-panda-theme"} +BASE_URL=${BASE_URL:-"https://raw.githubusercontent.com/Mayccoll/Gogh/master"} PROGRESS_URL="https://raw.githubusercontent.com/phenonymous/shell-progressbar/1.0/progress.sh" capitalize() {