Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chynesNR committed Oct 13, 2023
1 parent de9699b commit 72d59f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static string ToKnownName(this DatastoreVendor vendor)
return "db2";
// The others match our enum name
default:
return vendor.ToString().ToLower();
return EnumNameCache<DatastoreVendor>.GetNameToLower(vendor);
}
}
}
Expand Down

0 comments on commit 72d59f6

Please sign in to comment.