refactor(mainsail): update themes.csv url for mainsail themes (#329)

This commit is contained in:
Stefan Dej
2023-04-13 17:59:14 +02:00
committed by GitHub
parent 7989cec8d4
commit 5b890fb0fb

View File

@@ -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