Skip to content

Commit

Permalink
fix spurious space in dls-aravis ioc name
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 16, 2024
1 parent a1efe0f commit 61f7f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/dls-aravis/config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adaravis/releases/download/2024.1.2/ibek.ioc.schema.json

ioc_name: " [[ _global.get_env('IOC_NAME') ]]"
ioc_name: "[[ _global.get_env('IOC_NAME') ]]"

description: auto-generated by https://github.com/epics-containers/builder2ibek
description: shared template for all Aravis cameras on p45

entities:
- type: epics.EpicsCaMaxArrayBytes
Expand Down

0 comments on commit 61f7f4c

Please sign in to comment.