Skip to content

Commit 14384b8

Browse files
committed
tmuxinator rbenv -> shell_command_before rbenv shell
1 parent 7eb385b commit 14384b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/testsuite/test_config_tmuxinator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def tmuxinator_to_tmuxp(sconf):
5555
if 'shell_command_before' not in tmuxp_config:
5656
tmuxp_config['shell_command_before'] = []
5757
tmuxp_config['shell_command_before'].append(
58-
'rbenv %s' % sconf['rbenv']
58+
'rbenv shell %s' % sconf['rbenv']
5959
)
6060

6161
for w in sconf['windows']:
@@ -248,7 +248,7 @@ class TmuxinatorDeprecationsTest(unittest.TestCase):
248248
'config': '~/.tmux.mac.conf',
249249
'shell_command_before': [
250250
'sudo /etc/rc.d/mysqld start',
251-
'rbenv 2.0.0-p247'
251+
'rbenv shell 2.0.0-p247'
252252
],
253253
'windows': [
254254
{

0 commit comments

Comments
 (0)