Skip to content

Commit c7ae871

Browse files
Update extract-gis.sh
Fixing typo
1 parent 4adf09e commit c7ae871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract-gis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ call_processing_func () {
372372
#SBATCH --mail-type=BEGIN,END,FAIL
373373
#SBATCH ${parsable}
374374
375-
srun ${scriptRun} --cache="${cache}-\${SLURM_JOB_ID}"
375+
srun ${scriptRun} --cache="${cache}/\${SLURM_JOB_ID}"
376376
EOF
377377
# echo message
378378
if [[ -z parsable ]]; then

0 commit comments

Comments
 (0)