From 743804a1639c3c59f78f03f0981a6ef73f18a87a Mon Sep 17 00:00:00 2001
From: askiiart <dev@askiiart.net>
Date: Sat, 1 Mar 2025 11:07:37 -0600
Subject: [PATCH] fix librewolf restore

---
 restore.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/restore.sh b/restore.sh
index 2193162..23ab6df 100755
--- a/restore.sh
+++ b/restore.sh
@@ -101,7 +101,7 @@ fi
 
 cd ~/.librewolf
 for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name "*.*"); do
-    cp -r $GIT_DIR/librewolf/ $dir
+    cp -r $GIT_DIR/librewolf/* $dir
 done
 
 # WezTerm