Fix typo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-25 09:53:08 -05:00
parent ac61662d6d
commit aef66840fc

View File

@ -6,7 +6,7 @@ steps:
- name: Build
image: golang
commands:
- go get ./..
- go get ./...
- go vet -v
- env
- GOOS="linux" go build -ldflags="-w -s" -o BackgroundDaemon-Linux