Skip to content

Commit

Permalink
Fix typo in build.sh (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcollier authored Jun 20, 2022
1 parent c5d5818 commit 786ddd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -146,4 +146,4 @@ build_registry
if [ $? -ne 0 ]; then
echo "Error building the devfile registry"
cleanup_and_exit 1
fi
fi

0 comments on commit 786ddd9

Please sign in to comment.