Skip to content

Commit a1933fb

Browse files
authored
Update cli_tutorial.md (#73)
1 parent 83c2cc6 commit a1933fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rbfe_tutorial/cli_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ computing center. Here is an example of a very simple script that will create
145145
and submit a job script for the simplest SLURM use case:
146146

147147
```bash
148-
for file in setup/transformations/*.json; do
148+
for file in network_setup/transformations/*.json; do
149149
relpath=${file:30} # strip off "network_setup/transformations/"
150150
dirpath=${relpath%.*} # strip off final ".json"
151151
jobpath="network_setup/transformations/${dirpath}.job"

0 commit comments

Comments
 (0)