We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1bdd2 commit 5f0299bCopy full SHA for 5f0299b
cmd/fossa/upload/upload.go
@@ -75,7 +75,7 @@ func Run(ctx *cli.Context) {
75
============================================================
76
77
View FOSSA Report:
78
- ` + baseURL.ResolveReference(reportURL).String() + `
+ ` + strings.Replace(baseURL.ResolveReference(reportURL).String(), "%", "%%", -1) + `
79
80
81
`)
0 commit comments