From f37667e1f544935df92dbb062354d20f77bcb702 Mon Sep 17 00:00:00 2001 From: Glenn <glenux@glenux.net> Date: Thu, 18 Aug 2022 21:09:05 +0200 Subject: [PATCH] ci: Fix typo for dependencies download --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 69b6c4f..a84de3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: golang:1.13 commands: - | - get get -v -t -d ./... + go get -v -t -d ./... if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure