1
0
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:
SoulSeekkor
2018-10-18 10:41:49 -05:00
committed by Kyle Spearrin
parent 45a77c8903
commit 976869c968
4 changed files with 6 additions and 6 deletions

View File

@ -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"))
{