mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00: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