Skip to content

Commit ab8b831

Browse files
committed
Fix error in Taskfile generation of packages list
An environment variable was used instead of the intended dynamic variable.
1 parent 21b7809 commit ab8b831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See: https://taskfile.dev/#/usage
22
version: "3"
33

4-
env:
4+
vars:
55
DEFAULT_GO_PACKAGES:
66
sh: echo $(go list ./... | tr '\n' ' ')
77

0 commit comments

Comments
 (0)