Skip to content

Commit 9594a7d

Browse files
authored
Merge pull request #71 from SciCatProject/fix-build-error
bug: fix error in jobconfig.md
2 parents ca817d3 + c6f2a68 commit 9594a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Development/v4.x/backend/configuration/jobconfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,5 +530,5 @@ All arguments are optional.
530530
- `validate` (optional): Log message to print when the job request is received. The
531531
request body (aka DTO) is available as a Handlebars context. Default: ""
532532
- `performJob` (optional): Log message to print after the job is saved to the database.
533-
The updated job object is available as a Handlebars context. Default: "Performing job
534-
for {{{type}}}"
533+
The updated job object is available as a Handlebars context. Default: `"Performing job
534+
for {{{type}}}"`

0 commit comments

Comments
 (0)