mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Always allocate a psuedo-tty
This commit is contained in:
parent
b99d8e09c8
commit
afcaada363
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def main --wrapped [
|
|||
./ ($host + ":Configuration")
|
||||
)
|
||||
|
||||
ssh -q $host $"
|
||||
ssh -q -tt $host $"
|
||||
cd Configuration
|
||||
./rebuild.nu ($host) ($arguments | str join ' ')
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue