Skip to content

Commit

Permalink
Fixed bug with package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
partiallyordered committed Aug 12, 2020
1 parent 8d6bc65 commit f10050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trap 'echo "Command failed...exiting. Please fix me!"' ERR
echo "Removing old charts..."
find ./ -name "charts"| xargs rm -Rf

mkdir ./repo
mkdir -p ./repo

declare -a charts=(
eventstreamprocessor
Expand Down

0 comments on commit f10050b

Please sign in to comment.