Skip to content

Commit 6946230

Browse files
committed
fix: openboot edit opens dashboard edit page, not public view
1 parent 181b29b commit 6946230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/edit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func runEdit(slugOverride string) error {
5757
}
5858
}
5959

60-
url := fmt.Sprintf("https://openboot.dev/%s/%s", stored.Username, slug)
60+
url := fmt.Sprintf("https://openboot.dev/dashboard/edit/%s", slug)
6161

6262
if err := exec.Command("open", url).Run(); err != nil {
6363
return fmt.Errorf("open browser: %w", err)

0 commit comments

Comments
 (0)