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 - name: Build
image: golang image: golang
commands: commands:
- go get ./.. - go get ./...
- go vet -v - go vet -v
- env - env
- GOOS="linux" go build -ldflags="-w -s" -o BackgroundDaemon-Linux - GOOS="linux" go build -ldflags="-w -s" -o BackgroundDaemon-Linux