Skip to content

Commit 15421e8

Browse files
committed
readme: fix echo mode note
1 parent fd2258f commit 15421e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Please provide examples of the URLs you are parsing with each PR.
144144
145145
You can run `git-open` in `echo` mode, which doesn't open your browser, but just prints the URL to stdout:
146146
```sh
147-
BATS_CWD="." ./git-open
147+
env BROWSER='echo' ./git-open
148148
```
149149
150150
#### Testing:

0 commit comments

Comments
 (0)