Skip to content

Commit

Permalink
Update variables.go
Browse files Browse the repository at this point in the history
Probably solves go-task#1822
  • Loading branch information
stawii authored Sep 19, 2024
1 parent 58ab26c commit 6403ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func itemsFromFor(
} else {
values = asAnySlice(strings.Fields(value))
}
case []any:
case []any, []string:
values = value
case map[string]any:
for k, v := range value {
Expand Down

0 comments on commit 6403ded

Please sign in to comment.