From 845e9c54f45ca31d1b9d08ce513d37430785e6d3 Mon Sep 17 00:00:00 2001 From: bcattaneo Date: Wed, 15 Jul 2020 11:12:31 -0300 Subject: Hardcode 'v4' on the help message's gitlab URL --- wgetpaste | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgetpaste b/wgetpaste index 4badd8c..ad83eb1 100755 --- a/wgetpaste +++ b/wgetpaste @@ -430,7 +430,7 @@ public github gists. In the case of gitlab, you can set VISIBILITY_snippets= to 'public', 'private' or 'internal'" To change your gitlab server, you can override the default API URL setting -URL_snippets='https://gitlab.[server].com/api/[version]/snippets' +URL_snippets='https://gitlab.[server].com/api/v4/snippets' EOF } -- cgit v1.2.3