Skip to content

Commit aa31595

Browse files
hartzellvsoch
authored andcommitted
Typo: dummpy.img -> dummy.img (#94)
Not sure if this was a typo or a snarky insider joke by a Perl/Ruby programmer....
1 parent 8781049 commit aa31595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/user-docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Singularity does its best to abstract the complications of running an applicatio
113113
Some usage examples of Singularity can be seen as follows:
114114

115115
```bash
116-
$ singularity exec dummpy.img xterm
116+
$ singularity exec dummy.img xterm
117117
$ singularity exec dummy.img python script.py
118118
$ singularity exec dummy.img python < /path/to/python/script.py
119119
$ cat /path/to/python/script.py | singularity exec dummy.img python

0 commit comments

Comments
 (0)