Skip to content

Commit

Permalink
Update docs/executioners/shell_executioner.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Ruffin <[email protected]>
  • Loading branch information
cjonesy and ruffin authored Oct 4, 2024
1 parent ff098e2 commit 2b62fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/executioners/shell_executioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ command via an environment variable named `GOVERSEER_DATA`.
To use the Shell Executioner, you need to configure it in your Goverseer config
file. The following configuration options are available:

- `command`: This is the shell command you want to execute.For example,
- `command`: This is the shell command you want to execute. For example,
`echo "Data received: $GOVERSEER_DATA"`.
- `shell`: (Optional) This specifies the shell to use for executing the command.
Defaults to `/bin/sh -ec` if not provided.
Expand Down

0 comments on commit 2b62fa1

Please sign in to comment.