fix(droid): fix typo in ssh alias
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cf728f5fa3
commit
294f6c0bed
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
# Cluster nodes
|
# Cluster nodes
|
||||||
thingone = "ssh -t matt@100.64.0.8 'tmux -2u new -At phone'";
|
thingone = "ssh -t matt@100.64.0.8 'tmux -2u new -At phone'";
|
||||||
thingtwo = "ssh -t matt@100.64.0.9'tmux -2u new -At phone'";
|
thingtwo = "ssh -t matt@100.64.0.9 'tmux -2u new -At phone'";
|
||||||
|
|
||||||
# Proxmox
|
# Proxmox
|
||||||
pve = "ssh -t matt@100.64.0.4 'tmux -2u new -At phone'";
|
pve = "ssh -t matt@100.64.0.4 'tmux -2u new -At phone'";
|
||||||
|
|
Loading…
Reference in a new issue