about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 0cc1221..d60b511 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -9,7 +9,7 @@ steps:
 - name: build
   image: golang:latest
   commands:
-  - go build -o faila ./..
+  - go build -o faila ./...
 
 - name: docker
   image: plugins/docker