diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-09-02 15:05:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-09-02 15:05:53 +0800 |
commit | f1295299806e8113e65d1990619230185c7093a8 (patch) | |
tree | 2bec0e3d962ee0013e9f37d8f3f013f37fad4fd2 | |
parent | ca969b1a6c4d683cd818ec57f90e67736b7270e9 (diff) |
Update
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
71 | blog: | 71 | blog: |