Skip to content

Commit

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

Signed-off-by: Antonia Avramova <antonia.avramova@bosch.io>
  • Loading branch information
antonia-avramova authored Feb 1, 2024
1 parent 6be1ec6 commit d9d28a3
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:"logBootstrapFile"`
LogFile string `json:"logFile"`
PostBootstrapFile string `json:"postBootstrapFile"`
PostBootstrapScript []string `json:"postBootstrapScript"`
CaCert string `json:"caCert"`
Expand Down

0 comments on commit d9d28a3

Please sign in to comment.