aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-09-02 15:05:53 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-09-02 15:05:53 +0800
commitf1295299806e8113e65d1990619230185c7093a8 (patch)
tree2bec0e3d962ee0013e9f37d8f3f013f37fad4fd2 /Makefile
parentca969b1a6c4d683cd818ec57f90e67736b7270e9 (diff)
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09e2fb5..4264770 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ task:
65 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc 65 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc
66 if [ ! -d "$(HOME)/.task/.git" ]; then 66 if [ ! -d "$(HOME)/.task/.git" ]; then
67 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; 67 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi;
68 git clone --depth 1 git@github.com:typebrook/task.git ~/.task; 68 git clone --depth 1 vps:~/.task ~/.task;
69 fi 69 fi
70 70
71blog: 71blog: