From 6b0ea4d7d19ca9b55c200bbfa0b23e9fc8b1f39a Mon Sep 17 00:00:00 2001 From: Xijun Dai Date: Wed, 23 Feb 2022 20:10:33 +0800 Subject: [PATCH] docs: fix indent on drone example (#2931) --- www/docs/ci/drone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/ci/drone.md b/www/docs/ci/drone.md index 6d253586b..5ef716247 100644 --- a/www/docs/ci/drone.md +++ b/www/docs/ci/drone.md @@ -61,7 +61,7 @@ steps: commands: - git fetch --tags - - name: test + - name: test image: golang commands: - go test -race -v ./... -cover