mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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
|
--delete-missing-args
|
||||||
--compress
|
--compress
|
||||||
--files-from -
|
--files-from -
|
||||||
./ ($host + ":Configuration")
|
./ ($host + ":ncc")
|
||||||
)
|
)
|
||||||
|
|
||||||
ssh -q -tt $host $"
|
ssh -q -tt $host $"
|
||||||
cd Configuration
|
cd ncc
|
||||||
./rebuild.nu ($host) ($arguments | str join ' ')
|
./rebuild.nu ($host) ($arguments | str join ' ')
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue