Skip to content

Commit 01c37b1

Browse files
authored
Merge pull request #27 from gmkurtzer/master
Minor typo fix
2 parents 8d2ee4d + c30e41c commit 01c37b1

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)