Skip to content

Commit

Permalink
Update incorrect variable name (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy authored Sep 19, 2024
1 parent 8c2fc3f commit f153d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/SqlServerChangeTrackingStreamContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ public void LoadSecretsFromEnvironment()
}

private string GetSecretFromEnvironment(string secretName)
=> Environment.GetEnvironmentVariable($"{nameof(Arcane)}_{secretName}".ToUpperInvariant());
=> Environment.GetEnvironmentVariable($"{nameof(Arcane)}__{secretName}".ToUpperInvariant());
}

0 comments on commit f153d35

Please sign in to comment.