Skip to content

Commit

Permalink
Merge pull request holman#284 from calvn/verbose-bootstrap
Browse files Browse the repository at this point in the history
Output dep install progress
  • Loading branch information
holman committed May 5, 2017
2 parents a92777d + a817bb6 commit 39c645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Expand Up @@ -144,7 +144,7 @@ install_dotfiles
if [ "$(uname -s)" == "Darwin" ]
then
info "installing dependencies"
if source bin/dot > /tmp/dotfiles-dot 2>&1
if source bin/dot | while read -r data; do info "$data"; done
then
success "dependencies installed"
else
Expand Down

0 comments on commit 39c645c

Please sign in to comment.