diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:07:41 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:07:41 -0800 |
commit | 5c426ffc51dd283aa99ab26ab2e1c0613087cd28 (patch) | |
tree | d793dcfba3937438120e50bb71e0ff91b979599e /Makefile | |
parent | [vim] drop airline and set the status bar (diff) | |
download | emacs.d-5c426ffc51dd283aa99ab26ab2e1c0613087cd28.tar.gz |
[Makefile] fix the URL to my public key
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 |