non important commit

This commit is contained in:
maxstrb 2026-01-05 22:12:00 +01:00
parent 84a25f0592
commit aeedf2dd9b

View file

@ -41,7 +41,7 @@ in {
cd $name
if ($blueprint_dir | path expand | ls $in | length) > 0 {
glob $"($blueprint_dir)/*" | each { |file| cp $file . }
glob $"($blueprint_dir)/*" | each { ||file| cp --no-preserve=mode $file . }
}
if ("./init.sh" | path type) == "file" {