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 -}}