From 4a76723c9a66710b55c81f93b1b4af2c4d662a83 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 30 Jan 2023 08:33:06 +0000 Subject: [PATCH] Update file authorized_keys.github.tmpl --- home/dot_ssh/authorized_keys.github.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_ssh/authorized_keys.github.tmpl b/home/dot_ssh/authorized_keys.github.tmpl index 736c7c7c..bb568d7a 100644 --- a/home/dot_ssh/authorized_keys.github.tmpl +++ b/home/dot_ssh/authorized_keys.github.tmpl @@ -1,3 +1,3 @@ -{{ range gitHubKeys .user.githubUsername -}} +{{ range gitHubKeys .user.github.username -}} {{ .Key }} {{ end -}}