Skip to content

Commit

Permalink
Fix tmate path
Browse files Browse the repository at this point in the history
  • Loading branch information
danhigham committed Jan 16, 2015
1 parent 37b3a07 commit f34fdf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified install.sh
Binary file not shown.
2 changes: 1 addition & 1 deletion install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $HOME/bin/tmate -S /tmp/tmate.sock split-window -v
main_pane=${window}.0
command_pane=${window}.1

sshcmd=`tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}'`
sshcmd=`$HOME/bin/tmate -S /tmp/tmate.sock display -p '#{tmate_ssh}'`
sshcmd=${sshcmd:4}

$HOME/bin/tmate -S /tmp/tmate.sock selectp -t 0
Expand Down

0 comments on commit f34fdf6

Please sign in to comment.