Skip to content

Commit 8a94bb4

Browse files
committed
fix whitespace errors
1 parent 361fc5d commit 8a94bb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opensearch-dashboards/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ cd /stackable/src/opensearch-dashboards/patchable-work/worktree/${PRODUCT_VERSIO
160160
cp -r /stackable/plugins .
161161
# Remove dependencies from previous bootstrapping
162162
yarn osd clean
163-
# Bootstrap for the platform plugins.
163+
# Bootstrap for the platform plugins.
164164
# --single-version=loose allows diverging versions for dependencies between different plugins
165165
yarn osd bootstrap --single-version=loose
166166
EOF
@@ -170,7 +170,7 @@ cd /stackable/src/opensearch-dashboards/patchable-work/worktree/${PRODUCT_VERSIO
170170
cd plugins
171171
for plugin in $(ls); do
172172
cd "$plugin"
173-
yarn build
173+
yarn build
174174
find ~+/build -name *.zip -exec \
175175
/stackable/opensearch-dashboards/bin/opensearch-dashboards-plugin install "file://{}" \;
176176
cd -

0 commit comments

Comments
 (0)