From 522ed05e2c47e36ebdc5e9452e54117b018390c8 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Wed, 12 Apr 2023 23:03:15 +0200 Subject: [PATCH] refactor: update themes.csv url for mainsail themes Signed-off-by: Stefan Dej --- scripts/mainsail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mainsail.sh b/scripts/mainsail.sh index ff53ad3..0cdedfd 100644 --- a/scripts/mainsail.sh +++ b/scripts/mainsail.sh @@ -358,7 +358,7 @@ function print_theme_list() { function ms_theme_installer_menu() { local theme_list theme_author theme_repo theme_name theme_note theme_url - local theme_csv_url="https://raw.githubusercontent.com/mainsail-crew/docs/master/_data/themes.csv" + local theme_csv_url="https://raw.githubusercontent.com/mainsail-crew/gb-docs/main/_data/themes.csv" theme_list=$(curl -s -L "${theme_csv_url}") top_border -- 2.39.5