diff options
author | bcattaneo <c@ttaneo.uy> | 2020-07-15 11:12:31 -0300 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-07-31 23:54:32 +0200 |
commit | 845e9c54f45ca31d1b9d08ce513d37430785e6d3 (patch) | |
tree | 780fd08b8bd558aa119eb3b884edc7092973254d | |
parent | 83f2bfa67f7a447a2a7d39f22c5a765179d36a27 (diff) | |
download | wgetpaste-845e9c54f45ca31d1b9d08ce513d37430785e6d3.tar.gz |
Hardcode 'v4' on the help message's gitlab URL
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |