diff --git a/Makefile b/Makefile index ccc8cf1..6409c70 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ install: cp cowfetch /usr/local/bin/ mkdir -p /etc/cowfetch - if [ ! -f /etc/cowfetch/logo.ascii ] then + if [ ! -f /etc/cowfetch/logo.ascii ]; then cp logo.ascii /etc/cowfetch/logo.ascii fi