Skip to content

Commit

Permalink
Merge branch version/0-47-0-RC1 to adopt changes from PR #3517
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Oct 1, 2024
2 parents bc16a0b + 851072a commit 6d63bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/buildscript/unmarshal_buildexpression.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func unmarshalFuncCall(path []string, m map[string]interface{}) (*FuncCall, erro
}

argsInterface = value
break // technically this is not needed since there's only one element in m
}

args := []*Value{}
Expand Down

0 comments on commit 6d63bf8

Please sign in to comment.