Skip to content

Commit

Permalink
Merge pull request #411 from michael-mader/patch-1
Browse files Browse the repository at this point in the history
add missing quotes to MOB_OPEN_COMMAND example
  • Loading branch information
hollesse authored Mar 15, 2024
2 parents 2115883 + 94c5b56 commit 20a989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Just set the configuration option `MOB_TIMER_ROOM_USE_WIP_BRANCH_QUALIFIER=true`
When you are rotating the typist, you often need to open the file, which the previous typist has modified last.
Mob supports you and can automate this step. You just need the configuration option `MOB_OPEN_COMMAND` with the command to open a file in your preferred IDE.

For example if you want use IntelliJ the configuration option would look like this: `MOB_OPEN_COMMAND=idea %s`
For example if you want use IntelliJ the configuration option would look like this: `MOB_OPEN_COMMAND="idea %s"`

## More on Installation

Expand Down

0 comments on commit 20a989f

Please sign in to comment.