From bf6fe0682fd616b0e23e2ee12f3b528ab2dfa864 Mon Sep 17 00:00:00 2001 From: Amund Tenstad Date: Tue, 3 Oct 2023 08:37:43 +0200 Subject: [PATCH] fix: newline --- scripts/pod.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pod.lua b/scripts/pod.lua index befecfd..db9a6ae 100644 --- a/scripts/pod.lua +++ b/scripts/pod.lua @@ -181,4 +181,4 @@ if action == "list" then elseif action == "delete" then ngx.say(table.concat(resp)) -end \ No newline at end of file +end