diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-26 11:16:49 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-27 09:14:36 +0200 |
commit | 29f0a14b7e6675433840a814ecbebdc7bac5c30b (patch) | |
tree | b5a21a10796f3c87372cc506b2c6a818da5902a2 /global-config.rsc | |
parent | 640b8fd401eae8ff90bfcbb13f683326f522eabe (diff) |
global-config: escaping question mark is no longer required
Diffstat (limited to 'global-config.rsc')
-rw-r--r-- | global-config.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config.rsc b/global-config.rsc index e82170c..7988ce3 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -207,7 +207,7 @@ #:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/next/"; :global ScriptUpdatesUrlSuffix ""; # use next branch with default url (git.eworm.de) -#:global ScriptUpdatesUrlSuffix "\?h=next"; +#:global ScriptUpdatesUrlSuffix "?h=next"; # Use this for defaults with $ScriptRunOnce # Install module with: |