Skip to content

Commit

Permalink
🧼: remove comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jan 5, 2019
1 parent 92fda00 commit c830b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/settings.go
Expand Up @@ -17,7 +17,7 @@ type Settings struct {
Branding Branding `json:"branding"`
Commands map[string][]string `json:"commands"`
Shell []string `json:"shell"`
Rules []rules.Rule `json:"rules"` // TODO: use this add to cli
Rules []rules.Rule `json:"rules"`
}

// Server settings.
Expand Down

0 comments on commit c830b80

Please sign in to comment.