Skip to content

Commit 786ddd9

Browse files
authored
Fix typo in build.sh (#122)
1 parent c5d5818 commit 786ddd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tar_files_and_cleanup() {
3737
-a -not -name "." \
3838
-a -not -name "logo.svg" \
3939
-a -not -name "logo.png" \
40-
-a -not -name "*.zip"\) -maxdepth 1)
40+
-a -not -name "*.zip" \) -maxdepth 1)
4141

4242
# There are files that need to be pulled into a tar archive
4343
if [[ ! -z $tarFiles ]]; then
@@ -146,4 +146,4 @@ build_registry
146146
if [ $? -ne 0 ]; then
147147
echo "Error building the devfile registry"
148148
cleanup_and_exit 1
149-
fi
149+
fi

0 commit comments

Comments
 (0)