From 786ddd9d9ef3b6b53186a655dc36ad0597c32e90 Mon Sep 17 00:00:00 2001 From: John Collier Date: Mon, 20 Jun 2022 11:52:01 -0400 Subject: [PATCH] Fix typo in build.sh (#122) --- build-tools/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/build.sh b/build-tools/build.sh index febc6f8d..5a16f8e9 100755 --- a/build-tools/build.sh +++ b/build-tools/build.sh @@ -37,7 +37,7 @@ tar_files_and_cleanup() { -a -not -name "." \ -a -not -name "logo.svg" \ -a -not -name "logo.png" \ - -a -not -name "*.zip"\) -maxdepth 1) + -a -not -name "*.zip" \) -maxdepth 1) # There are files that need to be pulled into a tar archive if [[ ! -z $tarFiles ]]; then @@ -146,4 +146,4 @@ build_registry if [ $? -ne 0 ]; then echo "Error building the devfile registry" cleanup_and_exit 1 -fi \ No newline at end of file +fi