Skip to content

Commit

Permalink
Merge branch 'RobWalt-chore/fix-error-message' - see PR #76
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Sep 19, 2023
2 parents a48b3a0 + 4508bee commit 318adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fn open_browser_default(target: &TargetType, options: &BrowserOptions) -> Result
.map_err(|_| {
Error::new(
ErrorKind::NotFound,
"No valid browsers detected. You can specify one in BROWSERS environment variable",
"No valid browsers detected. You can specify one in BROWSER environment variable",
)
})
// and convert a successful result into a ()
Expand Down

0 comments on commit 318adaa

Please sign in to comment.