From 9ff7fa715e716a04d3fae2483e0adc89071a8341 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 10 Jul 2025 15:04:01 -0700 Subject: [PATCH] Force the copy, there's no recursion needed --- migrations/1752153188.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1752153188.sh b/migrations/1752153188.sh index 15e7fd2..2d431a1 100644 --- a/migrations/1752153188.sh +++ b/migrations/1752153188.sh @@ -1,2 +1,2 @@ echo "Migrate to the modular implementation of hyprlock" -cp -R ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr +cp -f ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr