Skip to content

Commit

Permalink
Fix tmux plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Mar 11, 2018
1 parent b11bf2d commit dffeb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ setup_tmux() {
~/.tmux/plugins/tpm/bin/install_plugins
else
log "updating Tmux plugins"
~/.tmux/plugins/tpm/bin/update_plugins
~/.tmux/plugins/tpm/bin/update_plugins all
fi
}

Expand Down

0 comments on commit dffeb43

Please sign in to comment.