Skip to content

Commit

Permalink
did this really break ui-test?
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 17, 2025
1 parent d1e3d94 commit dd51c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/lib/models/canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ impl Canister {
// If not modified and not set "gzip" explicitly, copy the wasm file directly so that hash match.
if !modified && !info.get_gzip() {
dfx_core::fs::copy(build_output_wasm_path, &wasm_path)?;
dfx_core::fs::set_permissions_readwrite(&wasm_path)?;
//dfx_core::fs::set_permissions_readwrite(&wasm_path)?;
return Ok(());
}

Expand Down

0 comments on commit dd51c98

Please sign in to comment.