Skip to content

Commit 33af7a4

Browse files
committed
update cli for manifest contract
1 parent 6d8a000 commit 33af7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odoroboctl/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub async fn run_command(cli: Cli) -> Result<()> {
113113
},
114114
compute: Compute {
115115
vcpus: 4,
116-
memory: ByteSize::gib(4),
116+
memory_bytes: ByteSize::gib(4).as_u64(),
117117
..Default::default()
118118
},
119119
storage: vec![Storage {

0 commit comments

Comments
 (0)