aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41b85c7..3a5c793 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ task:
53 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc 53 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc
54 if [ ! -d "$(HOME)/.task/.git" ]; then \ 54 if [ ! -d "$(HOME)/.task/.git" ]; then \
55 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \ 55 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \
56 git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \ 56 git clone --depth 1 git@github.com:typebrook/task.git ~/.task; \
57 fi 57 fi
58 58
59gpg: 59gpg: