Fix tmuxinator config names

This commit is contained in:
Jake Howard 2019-09-03 13:37:48 +01:00
parent 033a5e203f
commit 120f8be5d8
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 10 additions and 10 deletions

View File

@ -1,10 +0,0 @@
name: ctf_deploy
root: ~/
windows:
- ctf_deploy:
layout: even-vertical
panes:
- ssh ctf6
- ssh ctf7
- ssh ctf8

View File

@ -0,0 +1,10 @@
name: ctf_deploy
root: ~/
windows:
- deploy:
layout: even-vertical
panes:
- ssh ctf6
- ssh ctf7
- ssh ctf8