Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
it’s late ok
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafcafe committed Apr 27, 2020
1 parent 3be3f05 commit 456690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Global/Libraries/LocalSecrets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static LocalSecrets()
_configRepo = Environment.GetEnvironmentVariable("BRANCH_CONFIG_REPO");
_infraRepo = Environment.GetEnvironmentVariable("BRANCH_INFRA_REPO");

if (!String.IsNullOrWhiteSpace(_configRepo) || !String.IsNullOrWhiteSpace(_configRepo))
if (String.IsNullOrWhiteSpace(_configRepo) || String.IsNullOrWhiteSpace(_configRepo))
_hasRepo = false;
}

Expand Down

0 comments on commit 456690f

Please sign in to comment.