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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user