We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f45eb commit 2a2dd18Copy full SHA for 2a2dd18
cmd/history.go
@@ -16,7 +16,7 @@ import (
16
"github.com/charmbracelet/huh"
17
huhSpinner "github.com/charmbracelet/huh/spinner"
18
"github.com/creack/pty"
19
- "github.com/getsavvyinc/savvy-cli/browser"
+ "github.com/getsavvyinc/savvy-cli/cmd/browser"
20
"github.com/getsavvyinc/savvy-cli/display"
21
"github.com/getsavvyinc/savvy-cli/export"
22
"github.com/getsavvyinc/savvy-cli/extension"
0 commit comments