Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Sep 10, 2024
1 parent 507b99d commit f26027a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundle/config/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (

type Mode string

// We alias it here to override the JSON schema associated with a variable value
// in a target override. This is because we allow for directly specifying the value
// in addition to the variable.Variable struct format in a target override.
type TargetVariable variable.Variable

// Target defines overrides for a single target.
Expand Down

0 comments on commit f26027a

Please sign in to comment.