From 0eed3b7547a8194a63e777945199055091869af6 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 12 Aug 2024 11:14:47 +0100 Subject: [PATCH] fix typo in start.sh --- ioc/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioc/start.sh b/ioc/start.sh index ac912da..71813c9 100755 --- a/ioc/start.sh +++ b/ioc/start.sh @@ -120,7 +120,7 @@ if [ -f ${override} ]; then # 2. ioc.yaml ****************************************************************** elif [ -f ${ibek_src} ]; then - if [[ ${#ibek_yams[@]} > 1 ]]; then + if [[ ${#ibek_yamls[@]} > 1 ]]; then ibek_error "ERROR: Multiple YAML files found in ${CONFIG_DIR}." fi