Improve python-tools-install.sh alpine compat
[releng/global-jjb.git] / shell / npm-config.sh
index 749e7e5..9684502 100644 (file)
@@ -55,5 +55,5 @@ do_config() {
     auth_token=$(echo -n "$USER":"$PASS" | openssl base64)
 
     # Write .npmrc
-    echo '//'$NPM_REGISTRY':_auth'$auth_token >> $HOME/.npmrc
+    echo "//$NPM_REGISTRY:_auth$auth_token" >> "$HOME/.npmrc"
 }