From dd55bbe9504e209e2fb910a028c1cec99257c360 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 15 Nov 2020 16:51:49 -0800 Subject: [PATCH] fix syntax error --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 0b3ccdd0..6bead90c 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -22,7 +22,7 @@ set -e _read_conf_files() { for conf_file in \ - "$(pwd)/.kaleidoscope-builder.conf" \ + "$(pwd)/.kaleidoscope-builder.conf"; do \ if [ -e "${conf_file}" ]; then # shellcheck disable=SC1090 . "${conf_file}"