summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-02-25 14:07:41 -0800
committerFranck Cuny <franck.cuny@gmail.com>2018-02-25 14:07:41 -0800
commit5c426ffc51dd283aa99ab26ab2e1c0613087cd28 (patch)
treed793dcfba3937438120e50bb71e0ff91b979599e
parent[vim] drop airline and set the status bar (diff)
downloademacs.d-5c426ffc51dd283aa99ab26ab2e1c0613087cd28.tar.gz
[Makefile] fix the URL to my public key
Diffstat (limited to '')
-rw-r--r--Makefile2
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