aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-12-15 16:39:28 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-12-15 16:39:28 +0800
commit688b57ed3ade0b69cbde3eb871efc3989cf83605 (patch)
tree9d46bfc81039fa718d359e73b2563184811ca17c /Makefile
parentfbdb8575d4a656a6f228f109e4b00aeadf389d5c (diff)
update
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: