diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-11-20 21:19:30 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 21:19:30 +1100 |
| commit | e4bf1d73f529d4aa5c158e91e65a59a991ce00cc (patch) | |
| tree | 5b32c4eecf9e7ff929037589a281079432dbff55 /cmd/authelia-gen/const.go | |
| parent | d1878bf5acd48b4cd034de81d7ba521ad6db548a (diff) | |
refactor: generate (#6305)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'cmd/authelia-gen/const.go')
| -rw-r--r-- | cmd/authelia-gen/const.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/authelia-gen/const.go b/cmd/authelia-gen/const.go index be6bf7aba..733abad66 100644 --- a/cmd/authelia-gen/const.go +++ b/cmd/authelia-gen/const.go @@ -60,7 +60,7 @@ const ( ) const ( - dirJSONSchema = "jsonschema" + pathJSONSchema = "json-schema" ) const ( |
