summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcattaneo <c@ttaneo.uy>2020-07-15 11:12:31 -0300
committerRasmus Thomsen <oss@cogitri.dev>2020-07-31 23:54:32 +0200
commit845e9c54f45ca31d1b9d08ce513d37430785e6d3 (patch)
tree780fd08b8bd558aa119eb3b884edc7092973254d
parent83f2bfa67f7a447a2a7d39f22c5a765179d36a27 (diff)
downloadwgetpaste-845e9c54f45ca31d1b9d08ce513d37430785e6d3.tar.gz
Hardcode 'v4' on the help message's gitlab URL
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
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
}