Skip to content

Commit cb286b5

Browse files
committed
Fix httomo cor-sweep template's image dirname
1 parent 33c280c commit cb286b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httomo/templates/cor-sweep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
arguments:
8282
parameters:
8383
- name: image-dir-path
84-
value: "{{`{{ inputs.parameters.output }}`}}/{{`{{ inputs.parameters.httomo-outdir-name }}`}}/images_sweep_FBP3d_tomobar8bit_tif"
84+
value: "{{`{{ inputs.parameters.output }}`}}/{{`{{ inputs.parameters.httomo-outdir-name }}`}}/images_sweep_recon8bit_tif"
8585
podSpecPatch: |
8686
containers:
8787
- name: main

0 commit comments

Comments
 (0)