Skip to content

Commit 9215b23

Browse files
committed
add comment
1 parent 9299c14 commit 9215b23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/wsbuilder/wsbuilder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ func (b *Builder) getParameters() (names, values []string, err error) {
648648
// fields such as 'ephemeral'. This requires loading the terraform
649649
// files. For now, just send the previous inputs as is.
650650
if _, exists := latestValues[last.Name]; exists {
651+
// latestValues take priority, so skip this previous value.
651652
continue
652653
}
653654
names = append(names, last.Name)

0 commit comments

Comments
 (0)