Skip to content

Commit

Permalink
fix example ioc yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 21, 2024
1 parent 7950977 commit b137ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/p47-ea-test-01/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-template/releases/download/2024.1.1/ibek.ioc.schema.json
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-template-example/releases/download/3.5.1/ibek.ioc.schema.json

ioc_name: "{{ __utils__.get_env('IOC_NAME') }}"
ioc_name: "{{ _global.get_env('IOC_NAME') }}"

description: Generic instance for testing generic IOCs

Expand Down

0 comments on commit b137ed1

Please sign in to comment.