Skip to content

Commit

Permalink
Merge pull request #113 from epics-containers/dev
Browse files Browse the repository at this point in the history
correct required enum values
  • Loading branch information
gilesknap authored Sep 26, 2023
2 parents 2d8d79f + a7c4323 commit 6e541ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder2ibek.support.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def tidy_up(yaml):
# add support yaml schema
self.yaml_tree.yaml_add_eol_comment(
"yaml-language-server: $schema=https://github.com/epics-"
"containers/ibek/releases/download/1.1.1/ibek.support.schema.json"
"containers/ibek/releases/download/1.2.0/ibek.support.schema.json"
)

print("\nWriting YAML output to %s ..." % filename)
Expand Down

0 comments on commit 6e541ee

Please sign in to comment.