Skip to content

Commit b350321

Browse files
committed
Remove bash type from snippet
1 parent 304228b commit b350321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/info/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Singularity has two primary roles:
3030

3131
The Singularity containers themselves are purpose built and can include a simple application and library stack or a complicated work flow that can interface with the hosts resources directly or run isolated from the host and other containers. You can even launch a contained work flow by executing the image file directly! For example, assuming that `~/bin` is in the user's path as it is normally by default:
3232

33-
```bash
33+
```
3434
$ mkdir ~/bin
3535
$ singularity build ~/bin/python-latest docker://python:latest
3636
Docker image path: index.docker.io/library/python:latest

0 commit comments

Comments
 (0)