Skip to content

Commit 1b063c9

Browse files
committed
Use tpm bin scripts in gulpfile
1 parent 1c33ca4 commit 1b063c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repoPath = 'rxrc/tmuxrc'
1111
pluginPath = "#{homePath}/.tmux/plugins/tmuxrc"
1212

1313
tpm = (task) ->
14-
"#{homePath}/.tmux/plugins/tpm/scripts/#{task}.sh &>/dev/null"
14+
"#{homePath}/.tmux/plugins/tpm/bin/#{task} &>/dev/null"
1515

1616
tpmUpdate = [
1717
tpm('install_plugins')

0 commit comments

Comments
 (0)