mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Address @chelseakomlo comments
This commit is contained in:
@@ -940,7 +940,7 @@ func isTooManyColons(err error) bool {
|
||||
return err != nil && strings.Contains(err.Error(), tooManyColons)
|
||||
}
|
||||
|
||||
// Merge is used to merge two ACL configs together
|
||||
// Merge is used to merge two ACL configs together. The settings from the input always take precedence.
|
||||
func (a *ACLConfig) Merge(b *ACLConfig) *ACLConfig {
|
||||
result := *a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user