Change github organization for this and other plugins

This commit is contained in:
Bruno Sutic
2014-07-28 16:03:13 +02:00
parent e428b0f7f9
commit c37ed1be2c
6 changed files with 18 additions and 16 deletions

View File

@ -16,10 +16,10 @@ send "I"
set timeout 15
expect {
"Downloading bruno-/tmux_example_plugin" {
"Downloading tmux-plugins/tmux-example-plugin" {
expect {
"bruno-/tmux_example_plugin download success" {
"tmux-plugins/tmux-example-plugin download success" {
expect { "Done, press ENTER to continue" { exit } }

View File

@ -6,7 +6,7 @@ source $CURRENT_DIR/helpers.sh
test_plugin_installation() {
set_tmux_conf_helper <<- HERE
set -g @tpm_plugins "bruno-/tmux_example_plugin"
set -g @tpm_plugins "tmux-plugins/tmux-example-plugin"
run-shell "~/tpm/tpm"
HERE