Skip to content

Commit

Permalink
[#238] Correct the json value of the LogFile of the BootstrapConfigur…
Browse files Browse the repository at this point in the history
…ation structure (#239)

Signed-off-by: Antonia Avramova <[email protected]>
  • Loading branch information
antonia-avramova authored Jun 2, 2023
1 parent 997f3db commit c3a39aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/util/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Resource struct {
// BootstrapConfiguration holds the required configuration to suite bootstrapping to connect and
// where to receive post bootstrapping files and script.
type BootstrapConfiguration struct {
LogFile string `json:"logFile"`
LogFile string `json:"logBootstrapFile"`
PostBootstrapFile string `json:"postBootstrapFile"`
PostBootstrapScript []string `json:"postBootstrapScript"`
CaCert string `json:"caCert"`
Expand Down

0 comments on commit c3a39aa

Please sign in to comment.