From f20e1de74fe8f2853fb3bd3ef7096b9f9479d377 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 14 Jan 2022 14:03:45 -0300 Subject: [PATCH] Fix typo --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 30471a2..b6dd213 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -23,7 +23,7 @@ downloadAndInstallPackages() { cloneAndMake "dmenu" "https://github.com/santilococo/dmenu.git" fi if [[ ! -d "clipmenu" ]]; then - cloneAndMake "clipmenu" "https://github.com/cdown/dotfiles.git" + cloneAndMake "clipmenu" "https://github.com/cdown/clipmenu.git" fi }