From 8b29d16ec9f0cb5b2f0d06945e6aec0f4cb39af8 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Fri, 1 Sep 2023 22:30:57 -0700 Subject: [PATCH] fix secret --- home/private_dot_ssh/keys/github_personal.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_ssh/keys/github_personal.tmpl b/home/private_dot_ssh/keys/github_personal.tmpl index 1380c9e4..5aba5b26 100644 --- a/home/private_dot_ssh/keys/github_personal.tmpl +++ b/home/private_dot_ssh/keys/github_personal.tmpl @@ -1 +1 @@ -"{{ (secret "Github Personal Secret" "NOTES") }}" +{{ (secret "Github Personal Secret" "NOTES") }}