fix typo
This commit is contained in:
parent
a889bfab20
commit
5785ccb4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue