Skip to content

Commit

Permalink
fix typo in start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 12, 2024
1 parent 3ce404a commit 0eed3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioc/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0eed3b7

Please sign in to comment.