mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Fixed various typos. (#378)
This commit is contained in:

committed by
Kyle Spearrin

parent
45a77c8903
commit
976869c968
@ -111,7 +111,7 @@ namespace Bit.Setup
|
||||
return builder.ConnectionString;
|
||||
}
|
||||
|
||||
public static string GetValueFronEnvFile(string envFile, string key)
|
||||
public static string GetValueFromEnvFile(string envFile, string key)
|
||||
{
|
||||
if(!File.Exists($"/bitwarden/env/{envFile}.override.env"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user