removed wrong comma

This commit is contained in:
Nils Stinnesbeck 2023-04-28 22:34:55 +02:00
parent 3cf3cfc906
commit 26bad6c9a8
Signed by: nils
GPG Key ID: 9AEBF097A4042590

View File

@ -49,5 +49,5 @@ local pipeline(os, arch) = {
};
[
pipeline("linux", "amd64"),
pipeline("linux", "amd64")
]