mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Use lowercase directory names
This commit is contained in:
parent
b7119d2389
commit
07b521b441
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ def main --wrapped [
|
|||
--delete-missing-args
|
||||
--compress
|
||||
--files-from -
|
||||
./ ($host + ":Configuration")
|
||||
./ ($host + ":ncc")
|
||||
)
|
||||
|
||||
ssh -q -tt $host $"
|
||||
cd Configuration
|
||||
cd ncc
|
||||
./rebuild.nu ($host) ($arguments | str join ' ')
|
||||
"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue