From 81f89494084c4d1679f4cf4013e79382d73e143e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 2 Jan 2020 09:25:24 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 465f664..3ae4e62 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash xdg=${XDG_DATA_HOME:-${HOME}/.local/share} -DIRECTORY="${xdg}/rofi/themes/}" +DIRECTORY="${xdg}/rofi/themes/" if [ ! -d "${DIRECTORY}" ] then