Fix improper string comparison

This commit is contained in:
Zach Hyatt 2022-05-20 15:56:15 -07:00
commit ec4d87e06e
No known key found for this signature in database
GPG key ID: 6D69568D0C804EAD

View file

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