Skip to content

Commit

Permalink
Update cmd/soroban-cli/src/commands/contract/deploy/wasm.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
fnando and leighmcculloch authored Jun 6, 2024
1 parent ac0ed75 commit 8506896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-cli/src/commands/contract/deploy/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ impl Cmd {

let mut to_file = OpenOptions::new()
.create(true)
.truncate(true)
.write(true)
.open(file_path)
.map_err(Error::Io)?;
Expand Down

0 comments on commit 8506896

Please sign in to comment.