diff options
Diffstat (limited to '')
-rw-r--r-- | forged/internal/unsorted/remote_url.go (renamed from internal/unsorted/remote_url.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/unsorted/remote_url.go b/forged/internal/unsorted/remote_url.go index 51740c4..f4d4c58 100644 --- a/internal/unsorted/remote_url.go +++ b/forged/internal/unsorted/remote_url.go @@ -7,7 +7,7 @@ import ( "net/url" "strings" - "go.lindenii.runxiyu.org/forge/internal/misc" + "go.lindenii.runxiyu.org/forge/forged/internal/misc" ) // We don't use path.Join because it collapses multiple slashes into one. |