1
Fork 0
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:
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 --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 ' ')
" "
} }