Skip to content

Commit

Permalink
Suppress verbose output from type command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Kilkelly committed Sep 4, 2017
1 parent bdbf2b3 commit 54874c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install-services
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ grep 'name:' config/services.js | \
pushd $service
echo "Installing Service $service"
echo ' installing Node'
type nvm && nvm install
type nvm && nvm use
type -t nvm && nvm install
type -t nvm && nvm use
echo ' installing Dependencies'
npm install
popd
Expand Down

0 comments on commit 54874c3

Please sign in to comment.