Skip to content

Commit 81b1754

Browse files
committed
wip
1 parent 066a994 commit 81b1754

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/cli/src/options.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,10 @@ impl CartridgeOptions {
652652
self.controllers = other.controllers;
653653
}
654654

655+
if self.api == default_api_url() {
656+
self.api = other.api.clone();
657+
}
658+
655659
if self.vrf == VrfOptions::default() {
656660
self.vrf = other.vrf.clone();
657661
}

0 commit comments

Comments
 (0)