Skip to content

Commit a52b5a2

Browse files
hcartiauxgkaf89
authored andcommitted
[g5k] Getting started - shebang typo
1 parent 2e228cf commit a52b5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/g5k/getting-started-g5k.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ While specifying a command of their own with their reservation, users can execut
738738
Here is a small bash script that will deploy an environment and run a stress command:
739739

740740
```bash
741-
#! /bin/bash
741+
#!/bin/bash
742742

743743
# bash strict mode configuration
744744
set -euo pipefail

0 commit comments

Comments
 (0)