You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I double quote the ssh command parameter it does work (so I'm good.) But for kicks, I ran this yaml through yamllint.com (I don't know if this is a good resource or not) and got:
recently ran into this issue, if you run teamocil --debug [name of layout] you will see that teamocil wraps single quote around the entire string so using single quotes inside your command mangles the output string resulting in an invalid command. When you need to use single quotes you have to do similar to the following.
Quoting in the yaml file is a little tricky. The following does not work:
windows:
root: ~
layout: even-vertical
panes:
If I double quote the ssh command parameter it does work (so I'm good.) But for kicks, I ran this yaml through yamllint.com (I don't know if this is a good resource or not) and got:
windows:
root: ~
layout: even-vertical
panes:
and teamocil doesn't like that quoting either.
The text was updated successfully, but these errors were encountered: