Skip to content

Commit

Permalink
fix typo in example code for run_shell_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Jan 29, 2024
1 parent de5805c commit eb93e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/easybuild-v5/run_shell_cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Examples:
cmd = "cmake --version"
res = run_shell_cmd(cmd, hidden=True, fail_on_error=False)
out = res.output
ec = res.code
ec = res.exit_code
```

## Transitioning from `run_cmd` to `run_shell_cmd`
Expand Down

0 comments on commit eb93e58

Please sign in to comment.