diff options
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: |