Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Jan 10, 2024
1 parent 8ef77cd commit 4396302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/forta-network/disco/drivers/multidriver"
)

// FixUploadPath rewrites .../repository/<name>/_uploads to .../uploads to make things easier.
// FixUploadPath rewrites .../repository/<name>/_uploads to /disco-uploads to make things easier.
func FixUploadPath(path string) string {
if !strings.Contains(path, "/_uploads") {
return path
Expand Down

0 comments on commit 4396302

Please sign in to comment.