From 5c426ffc51dd283aa99ab26ab2e1c0613087cd28 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 25 Feb 2018 14:07:41 -0800 Subject: [Makefile] fix the URL to my public key --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1