commit 305da376f578fc9d5cc89904b4fdcd68b69d89ea
parent 2a54971cd8a0f24d80d8dcc1b18bad98db4c0cc2
Author: Raymond Li <hi@raymond.li>
Date: Sat, 21 Aug 2021 19:59:44 -0400
Fix quotes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install-i3lock-color.sh b/install-i3lock-color.sh
@@ -7,7 +7,7 @@ cd build
sudo make install
sudo install -Dm644 ../LICENSE "$LICENSE"
-echo "i3lock-color installed. The binary and manpage listing are `i3lock`.
+echo "i3lock-color installed. The binary and manpage listing are \`i3lock'.
The license can be found at $LICENSE
GitHub repo: https://github.com/Raymo111/i3lock-color
Discord server: https://discord.gg/FzVPghyDt2"