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

Commit

Permalink
Merge pull request #713 from tiffanyfj/tb/snapdgbcfg
Browse files Browse the repository at this point in the history
Removing accidental pointer in flags.go...
  • Loading branch information
tiffanyfay committed Feb 17, 2016
2 parents cde6209 + b567f84 commit 98ade81
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 98ade81

Please sign in to comment.