Skip to content

Commit

Permalink
Fix markdown-lint error (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng authored Sep 4, 2023
1 parent 364a082 commit 067412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ an external command. However, in Ruby it is also possible to use, amongst others
- [IO#popen](https://ruby-doc.org/core/IO.html#method-c-popen): a more advanced method of executing an external process.

Unlike {OpenHAB::Core::Actions::Exec.execute_command_line execute_command_line} which expects each command
argument to be split up, Ruby's execution methods can accept a single string containing the full command which
argument to be split up, Ruby's execution methods can accept a single string containing the full command which
also allows IO redirections / pipe because it spawns a subshell.

```ruby
Expand Down

0 comments on commit 067412e

Please sign in to comment.