aboutsummaryrefslogtreecommitdiff
path: root/remote_url.go
diff options
context:
space:
mode:
Diffstat (limited to 'remote_url.go')
-rw-r--r--remote_url.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_url.go b/remote_url.go
index 453ddeb..8fc5528 100644
--- a/remote_url.go
+++ b/remote_url.go
@@ -7,7 +7,7 @@ import (
"net/url"
"strings"
- "go.lindenii.runxiyu.org/forge/misc"
+ "go.lindenii.runxiyu.org/forge/internal/misc"
)
// We don't use path.Join because it collapses multiple slashes into one.