We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c2cc6 commit a1933fbCopy full SHA for a1933fb
rbfe_tutorial/cli_tutorial.md
@@ -145,7 +145,7 @@ computing center. Here is an example of a very simple script that will create
145
and submit a job script for the simplest SLURM use case:
146
147
```bash
148
-for file in setup/transformations/*.json; do
+for file in network_setup/transformations/*.json; do
149
relpath=${file:30} # strip off "network_setup/transformations/"
150
dirpath=${relpath%.*} # strip off final ".json"
151
jobpath="network_setup/transformations/${dirpath}.job"
0 commit comments