diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-15 16:39:28 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-15 16:39:28 +0800 |
| commit | 688b57ed3ade0b69cbde3eb871efc3989cf83605 (patch) | |
| tree | 9d46bfc81039fa718d359e73b2563184811ca17c /Makefile | |
| parent | fbdb8575d4a656a6f228f109e4b00aeadf389d5c (diff) | |
update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 59 | gpg: | 59 | gpg: |