From 640ed5b8e440a8fedb159b6820be2101358b42df Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 31 Dec 2022 14:08:51 +0000 Subject: [PATCH] Fix the typo in the installer script --- scripts/install_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_files.sh b/scripts/install_files.sh index 8693e96..7400e31 100644 --- a/scripts/install_files.sh +++ b/scripts/install_files.sh @@ -68,7 +68,7 @@ install_runners() { fi chmod +x "$fg42_home/fg42" - chmod +x" $fg42_home/fg42-wm" + chmod +x "$fg42_home/fg42-wm" info "Copying conifg file to ~/.fg42.el..." cp "$fg42_home/config/fg42.user.el" ~/.fg42.el