1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

remove target='_blank' to avoid new tabs (#562)

This commit is contained in:
Harshavardhana
2022-09-16 15:41:29 -07:00
committed by GitHub
parent 9626d0d251
commit b72a4667bd
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
set -ex
branch=$(git branch --show-current)
export NVM_DIR="/home/minio/.nvm"
export NVM_DIR="${HOME}/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
nvm use stable