1
Fork 0
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:
RGBCube 2024-09-30 12:45:21 +03:00
parent b7119d2389
commit 07b521b441
No known key found for this signature in database

View file

@ -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 ' ')
"
}