Fix improper string comparison
This commit is contained in:
parent
6c31eefd6d
commit
ec4d87e06e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ else {
|
|||
$network_cfg = "live"
|
||||
}
|
||||
|
||||
if ( ${env:GITHUB_REPOSITORY} == "nanocurrency/nano-node" ) {
|
||||
if ( ${env:GITHUB_REPOSITORY} -eq "nanocurrency/nano-node" ) {
|
||||
$directory=$network_cfg
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue