Update contributing/checklist-jobspec.md

This commit is contained in:
Chris Baker 2021-03-26 12:13:50 -05:00 committed by GitHub
parent 99ef00d5da
commit 467b0a8bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,4 +62,4 @@ a few ways that this can be accomplished:
This conversion can be performed in-situ in the agent HTTP handler, as long as the conversion doesn't need to
appear in other handlers.
Otherwise, it is possible to register an extension on the JSON encoding used by the HTTP agent; these extensions
can be put in `nomad/json/extensions.go`.
can be put in `nomad/jsonhandles/extensions.go`.