Adding newline to ensure added token works

This commit is contained in:
John Jones
2019-03-22 21:24:56 -05:00
committed by GitHub
parent ee7cb10ec1
commit e525938f74
+2 -1
View File
@@ -47,6 +47,7 @@ if [ ! -e ~/.npmrc ]; then
echo "-- Error logging into NPM"
exit 1
else
printf "\n" >> $path.npmrc
cat ~/.npmrc >> $path.npmrc
echo "-- NPM authentication done!"
fi
fi