Skip to content

Commit

Permalink
fix maligned struct error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrodri committed Jul 20, 2020
1 parent 1371e12 commit 1ea183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ansible/flags/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ type Flags struct {
ReconcilePeriod time.Duration
WatchesFile string
InjectOwnerRef bool
EnableLeaderElection bool
MaxConcurrentReconciles int
AnsibleVerbosity int
AnsibleRolesPath string
AnsibleCollectionsPath string
EnableLeaderElection bool
LeaderElectionID string
LeaderElectionNamespace string
}
Expand Down

0 comments on commit 1ea183f

Please sign in to comment.