Add missing hyphen

This commit is contained in:
murgatroid99 2017-09-19 12:48:35 -07:00
parent 14eafa2b00
commit 0f492c21d4

View File

@ -42,7 +42,7 @@ do
nvm use $version
set -ex
mkdir p "reports/node$version"
mkdir -p "reports/node$version"
# Install dependencies and link packages together.
npm install