This commit is contained in:
nate smith 2023-07-10 15:31:46 -07:00
parent a889bfab20
commit 5785ccb4ec

View file

@ -188,7 +188,7 @@ func runBrowse(opts *BrowseOptions) error {
return err
}
if !exist {
return fmt.Errorf("%s doesn't exists", text.DisplayURL(url))
return fmt.Errorf("%s doesn't exist", text.DisplayURL(url))
}
_, err = fmt.Fprintln(opts.IO.Out, url)
return err