Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Riceyo committed Jul 30, 2024
1 parent 0781c20 commit d136b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Blaise/node_roles/node_role_functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function Get-RequiredRoles {
$roleServerShouldHave = if ($null -ne $roleServerShouldHaveTest) {
$roleServerShouldHaveTest
} else {
[Environment]::GetEnvironmentVariable("ENV_BLAISE_ROLES", "Machine")
$roleServerShouldHave = [Environment]::GetEnvironmentVariable("ENV_BLAISE_ROLES", "Machine")
}

if ([string]::IsNullOrEmpty($roleServerShouldHave)) {
Expand Down

0 comments on commit d136b46

Please sign in to comment.