Skip to content

Commit

Permalink
Updated GetStatusApiInfo function to combine nginx configs before tra…
Browse files Browse the repository at this point in the history
…nsversing them (#159)
  • Loading branch information
dhurley authored Jan 5, 2023
1 parent 077501f commit 8285591
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions sdk/config_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ func GetStatusApiInfo(confFile string) (statusApi string, err error) {
&crossplane.ParseOptions{
SingleFile: false,
StopParsingOnError: true,
CombineConfigs: true,
},
)
if err != nil {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8285591

Please sign in to comment.