Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 4c67913

Browse files
committed
updated hcl syntax
1 parent c79c4a9 commit 4c67913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_tasks.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ task "install-deps" {
88
task "tests" {
99
description = "Run the test suite"
1010
command = "go test {{.files}}"
11-
environment {
11+
environment = {
1212
GOFLAGS = "-mod=vendor"
1313
}
1414
}
1515

16-
variables {
16+
variables = {
1717
files = "$(go list -v ./... | grep -iEv \"tests|examples\")"
1818
}
1919

0 commit comments

Comments
 (0)