diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index cfc9c1a..4582e0f 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ $(INTO)/.% : % $(LN) $(PWD)/$< $@ $(HOME)/.ssh/authorized_keys: - @curl https://github.com/franckcuny.keys -o $(HOME)/.ssh/authorized_keys + @curl https://github.com/fcuny.keys -o $(HOME)/.ssh/authorized_keys $(HOME)/src: @mkdir -p $(HOME)/src |