Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Apr 17, 2024
1 parent fb7fd57 commit c825c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/build-packages/base/generate_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ build() {
install=$plugin
fi
echo "Installing ${plugin%.*} plugin"
if bin/opensearch-dashboards-plugin install $install | grep -iE 'extract|unsuccessful|error|fail'; then
if bin/opensearch-dashboards-plugin install $install | grep -ie 'unsuccessful|error|fail'; then
echo "Plugin installation failed"
fail=1
break
Expand Down

0 comments on commit c825c21

Please sign in to comment.