From 43625a2c20cd0d3861567767576ee06524e06ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sun, 4 Aug 2024 12:29:23 -0300 Subject: [PATCH] :boom: fix: typo in variable name when copying wlogout --- update-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-repo.sh b/update-repo.sh index 522518b..cb6d6db 100644 --- a/update-repo.sh +++ b/update-repo.sh @@ -65,7 +65,7 @@ echo "[info] Copying Swaync..." cp -r $HOME/.config/swaync . echo "[info] Copying Wlogout..." -cp -r $HOMR/.config/wlogout . +cp -r $HOME/.config/wlogout . printf "\nDone! You may now push this to the dotfiles repo!\n"