From 4b7514fd6758c6162757494346d399ad71487a87 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 28 Dec 2018 23:24:04 +0100 Subject: [PATCH] fix drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 53633f750e..2682fd850f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ pipeline: - make ineffassign-check - make misspell-check - make goconst-check - - make go-swag + - make got-swag - make build when: event: [ push, tag, pull_request ]