refact: fix typo on module importation
gg582 committed
May 8, 2026 at 22:00 UTC
06de53599eefc9f86180d3a384016b1b0fbf8bc4
1 file changed
+1
-1
cmd/portal-tunnel/agent/dashboard.go
+1
-1
@@ -1097,7 +1097,7 @@ func openDashboardURL(rawURL string) error {
1097
}
1098
1099
var cmd *exec.Cmd
1100
- ctx, cancel := Context.WithCancel(context.Background())
1100
+ ctx, cancel := context.WithCancel(context.Background())
1101
defer cancel()
1102
1103
switch runtime.GOOS {