We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb385b commit 14384b8Copy full SHA for 14384b8
tmuxp/testsuite/test_config_tmuxinator.py
@@ -55,7 +55,7 @@ def tmuxinator_to_tmuxp(sconf):
55
if 'shell_command_before' not in tmuxp_config:
56
tmuxp_config['shell_command_before'] = []
57
tmuxp_config['shell_command_before'].append(
58
- 'rbenv %s' % sconf['rbenv']
+ 'rbenv shell %s' % sconf['rbenv']
59
)
60
61
for w in sconf['windows']:
@@ -248,7 +248,7 @@ class TmuxinatorDeprecationsTest(unittest.TestCase):
248
'config': '~/.tmux.mac.conf',
249
'shell_command_before': [
250
'sudo /etc/rc.d/mysqld start',
251
- 'rbenv 2.0.0-p247'
+ 'rbenv shell 2.0.0-p247'
252
],
253
'windows': [
254
{
0 commit comments