Skip to content

Commit ed8f2eb

Browse files
committed
forgot option
1 parent f1d5047 commit ed8f2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stack: go 1.12
1515

1616
install:
1717
# install the task executor
18-
- curl -fsS -o task.zip https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
18+
- curl -fsS -o task.zip -O https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
1919
- 7z e task.zip -o$(GOPATH)\bin
2020
# golang dependencies needed at test time
2121
- go get github.com/golangci/govet

0 commit comments

Comments
 (0)