Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Nov 3, 2024
1 parent 6aba025 commit 6b11b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/slackdump/internal/diag/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func uninstallRod(_ context.Context, si info.RodInfo) error {
return errors.New("unable to determine rod browser path")
}
lg := cfg.Log
lg.Printf("Deleting Incogniton Browser...")
lg.Printf("Deleting incognito Browser...")
_ = slackauth.RemoveBrowser() // just to make sure.
lg.Printf("Deleting %s...", si.Path)
if err := os.RemoveAll(si.Path); err != nil {
Expand Down

0 comments on commit 6b11b67

Please sign in to comment.