From 26bad6c9a82d52ab284de87629ec9ca7d0388e6e Mon Sep 17 00:00:00 2001 From: Nils Stinnesbeck Date: Fri, 28 Apr 2023 22:34:55 +0200 Subject: [PATCH] removed wrong comma --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 00b4a73..9658e3a 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -49,5 +49,5 @@ local pipeline(os, arch) = { }; [ - pipeline("linux", "amd64"), + pipeline("linux", "amd64") ]