Skip to content

Commit

Permalink
Bugfix: get appstructure disable logs flag (#492)
Browse files Browse the repository at this point in the history
fix disable flag
  • Loading branch information
DnlLrssn authored Aug 9, 2024
1 parent c442b62 commit 2670cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/getappstructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (settings *GetAppStructureSettings) Execute(sessionState *session.State, ac

structure := &GeneratedAppStructure{
innerAs,
sessionState.LogEntry,
nil,
AppStructureReport{},
sync.Mutex{},
settings.TruncateStringsTo,
Expand Down

0 comments on commit 2670cc9

Please sign in to comment.