Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Removing accidental pointer in flags.go...
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay committed Feb 16, 2016
1 parent cde6209 commit b567f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/globalconfig/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

type config struct {
Flags *flagConfig `json:"flags"`
Flags flagConfig `json:"flags"`
}

// FlagConfig struct has all of the snapd flags
Expand Down

0 comments on commit b567f84

Please sign in to comment.