Quote Omarchy paths in commands

This commit is contained in:
David Heinemeier Hansson
2026-07-18 10:08:43 -07:00
parent 8862fb22bd
commit 3f87af5ef4
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ fi
staging_dir=$(mktemp -d)
trap 'rm -rf "$staging_dir"' EXIT
find $OMARCHY_PATH/default/plymouth -maxdepth 1 -type f -exec cp -t "$staging_dir/" {} +
find "$OMARCHY_PATH/default/plymouth" -maxdepth 1 -type f -exec cp -t "$staging_dir/" {} +
cp "$logo_path" "$staging_dir/logo.png"
for asset in bullet.png entry.png lock.png; do