Skip to content

Commit

Permalink
adding missing -
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheMain committed Nov 7, 2024
1 parent 9002e0a commit 2af4bfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/opensearch/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

tar xzf opensearch-2.18-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
tar xzf opensearch-2.18.0-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
2 changes: 1 addition & 1 deletion packages/opensearch/spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- openjdk-17

files:
- opensearch-2.18-linux-x64.tar.gz
- opensearch-2.18.0-linux-x64.tar.gz
2 changes: 1 addition & 1 deletion packages/opensearchDashboards/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set -e

tar xzf opensearch-dashboards-2.18-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
tar xzf opensearch-dashboards-2.18.0-linux-x64.tar.gz -C $BOSH_INSTALL_TARGET --strip-components 1
2 changes: 1 addition & 1 deletion packages/opensearchDashboards/spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- openjdk-17

files:
- opensearch-dashboards-2.18-linux-x64.tar.gz
- opensearch-dashboards-2.18.0-linux-x64.tar.gz

0 comments on commit 2af4bfe

Please sign in to comment.