Skip to content

Commit d05600b

Browse files
committed
one more sneaky missing letter s
1 parent 60e20eb commit d05600b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/jobs-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ main() {
494494
if ((allfields)); then
495495
printf "{\n \"name\":\"%s\",\n \"appId\": \"%s\",\n \"batchQueue\": \"%s\",\n \"executionSystem\": \"%s\",\n \"maxRunTime\": \"%s\",\n \"memoryPerNode\": \"%sGB\",\n \"nodeCount\": %s,\n \"processorsPerNode\": %s,\n \"archive\": %s,\n \"archiveSystem\": \"%s\",\n \"archivePath\": %s,\n \"inputs\": {%s\n },\n \"parameters\": {%s\n },\n \"notifications\": [\n%s\n ]\n}\n" "$job_name" "$args" "$queue" "$execution_system_id" "$maxRunTime" "$memoryPerNode" "$nodeCount" "$processorsPerNode" "$archive" "$archiveSystem" "$archivePath" "$inputs" "$parameters" "$notifications"
496496
else
497-
printf "{\n \"name\": \"%s\",\n \"appId\": \"%s\",\n \"archive\": %s,\n \"inputs\": {%s\n },\n \"parameter\": {%s\n }\n}\n" "$job_name" "$args" "$archive" "$inputs" "$parameters"
497+
printf "{\n \"name\": \"%s\",\n \"appId\": \"%s\",\n \"archive\": %s,\n \"inputs\": {%s\n },\n \"parameters\": {%s\n }\n}\n" "$job_name" "$args" "$archive" "$inputs" "$parameters"
498498
fi
499499

500500
if ((verbose)); then

0 commit comments

Comments
 (0)