Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Aug 29, 2023
1 parent 2f959da commit 82e6942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/oc-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ installNodeVersion() {
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.3/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install ${version
nvm use ${version
nvm install ${version}
nvm use ${version}
}

collectEclipseCheLogs() {
Expand Down

0 comments on commit 82e6942

Please sign in to comment.