diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-23 10:14:09 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-23 10:14:09 +0100 |
commit | e99821c39a46ca36377c0ed134c532ec86d34bc2 (patch) | |
tree | 791f6ab8f7fbd035f16efad188dc294ae02d3488 | |
parent | 73eb92fb723e6f42c3d80a0a7d0e4d21bcfc8238 (diff) |
switch default branch from master to main
-rw-r--r-- | global-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global-config b/global-config index d574f60..d9c8061 100644 --- a/global-config +++ b/global-config @@ -130,8 +130,8 @@ # Enable this to fetch scripts from given url. :global ScriptUpdatesFetch true; :global ScriptUpdatesBaseUrl "https://git.eworm.de/cgit/routeros-scripts/plain/"; -#:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/master/"; -#:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/master/"; +#:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/main/"; +#:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/main/"; :global ScriptUpdatesUrlSuffix ""; # This project is developed in private spare time and usage is free of charge |