Skip to content

Commit c30e41c

Browse files
committed
Minor typo fix
1 parent aaf7b46 commit c30e41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/user-docs/docs-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can also execute the container directly, and it will automatically pass the
2020

2121
### Examples
2222

23-
As we have defined within the `%runscript` in [bootstrap](/bootstrap-image), we can execute a script, workflow, or a given command using the `run` Singularity container interface command. In the above examples, we specified the run script to `exec /usr/bin/python "%@"` which will call Python and pass along any arguments we have supply.
23+
As we have defined within the `%runscript` in [bootstrap](/bootstrap-image), we can execute a script, workflow, or a given command using the `run` Singularity container interface command. In the above examples, we specified the run script to `exec /usr/bin/python "$@"` which will call Python and pass along any arguments we have supply.
2424

2525
For example:
2626

0 commit comments

Comments
 (0)