Corrected a minor error

This commit is contained in:
Marin Kitagawa
2023-04-17 03:45:19 +05:30
committed by GitHub
parent c1288d027c
commit 15af14db5f
+1 -1
View File
@@ -78,7 +78,7 @@ for folder in .config/*; do
else
echo "Folder ~/.config/$rel doesn't exist"
echo "Copying new config for $rel"
cp -r .config/$rel ~/.config/$rel
cp -r .config/$rel ~/.config
fi
done