From db38828784dfe5f04cb06b69ca6ebf784d04bb41 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Fri, 26 Jul 2024 15:04:20 -0400 Subject: [PATCH] Fix pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 71c2ad5..2e2b451 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: commands: - go test ./... - go vet ./... - - bash -xc './scripts/check_go_fmt.sh + - bash -xc './scripts/check_go_fmt.sh' group: test-lint trigger: