From 7e1a28dc93afca73baaeb67aa34b50ef3d5a388e Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 12 Feb 2023 00:03:02 +0100 Subject: Fix missing semicolon Signed-off-by: TheArcaneBrony --- host/Rory-nginx/hosts/thearcanebrony.net/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix index 224d5a6..4df2769 100644 --- a/host/Rory-nginx/hosts/thearcanebrony.net/root.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/root.nix @@ -6,6 +6,6 @@ }; "/destroy" = { return = "301 https://gitlab.com/KinoshitaProductions/SecureDestroyer/-/raw/master/run"; - } + }; }; } \ No newline at end of file -- cgit 1.4.1