Skip to content

Commit

Permalink
accidentally a an are
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <raskchanky@gmail.com>
  • Loading branch information
ryancragun and raskchanky committed Jan 21, 2025
1 parent 9e52ede commit cb3ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ func normalizeRaftRetryJoin(val any) ([]byte, error) {
if len(pairParts) != 2 {
return nil, fmt.Errorf("malformed auto_join pair %s, expected key=value", pair)
}
// These are auto_join keys that a valid for the provider in go-discover
// These are auto_join keys that are valid for the provider in go-discover
if slices.Contains([]string{"domain", "auth_url", "url", "host"}, pairParts[0]) {
pairParts[1] = configutil.NormalizeAddr(pairParts[1])
pair = strings.Join(pairParts, "=")
Expand Down

0 comments on commit cb3ba60

Please sign in to comment.