Skip to content

Commit

Permalink
fix pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarlattice0 committed Oct 17, 2023
1 parent 7914b5d commit 64f4564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/reportinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func GenerateInfo(currentConfiguration *config.Config) (SysInfo, error) {
}

// Read the config and store
currentSystem.Config = currentConfiguration
currentSystem.Config = *currentConfiguration

// Check if in flatpak
if _, err := os.Stat("/.flatpak-info"); err == nil {
Expand Down

0 comments on commit 64f4564

Please sign in to comment.