Skip to content

Commit

Permalink
fix: typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
danitrap committed Dec 16, 2024
1 parent 0ab089f commit 02209a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seshcli/preview.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"fmt"

previewer "github.com/joshmedeski/sesh/previwer"
"github.com/joshmedeski/sesh/previewer"
cli "github.com/urfave/cli/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion seshcli/seshcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/joshmedeski/sesh/namer"
"github.com/joshmedeski/sesh/oswrap"
"github.com/joshmedeski/sesh/pathwrap"
previewer "github.com/joshmedeski/sesh/previwer"
"github.com/joshmedeski/sesh/previewer"
"github.com/joshmedeski/sesh/runtimewrap"
"github.com/joshmedeski/sesh/shell"
"github.com/joshmedeski/sesh/startup"
Expand Down

0 comments on commit 02209a2

Please sign in to comment.