-
- Downloads
fix: escape all forward slash with %2f (gitlab) (#1294)
Use a regex replace all instead of single replace, for cases where projects or branches have more than one forward slash. Fixes #1293
Showing
- lib/platform/gitlab/index.js 25 additions, 23 deletionslib/platform/gitlab/index.js
- test/platform/gitlab/__snapshots__/index.spec.js.snap 13 additions, 0 deletionstest/platform/gitlab/__snapshots__/index.spec.js.snap
- test/platform/gitlab/index.spec.js 5 additions, 0 deletionstest/platform/gitlab/index.spec.js
Loading
Please register or sign in to comment