From 0f303267b543eb0b9ac50198b35814a566243611 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 13:22:43 -0500 Subject: [PATCH] missing semicolon --- modules/grist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grist.nix b/modules/grist.nix index d7a737e..e149318 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -2,7 +2,7 @@ let dn = "table.tfcconnection.org"; - auth_dn = "staff.tfcconnection.org/index.php/apps/oidc/" + auth_dn = "staff.tfcconnection.org/index.php/apps/oidc/"; in with lib; {