Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Feb 2, 2025
1 parent b8cfa10 commit d13e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/commands/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub fn exec(env1: &dyn Environment, opts: RulesOpts) -> DfxResult {
// output_file.write_fmt(format_args!(
// "{} {}:\n\tdfx canister create {}\n\tdfx build --no-deps --network $(NETWORK) {}\n\n", path1, path2, canister.0, canister.0
// ))?;
} else if !canister2.get_info().is_custom() { // We don't build custom canisters.
} else {
// let path1 = format!(".dfx/$(NETWORK)/canisters/{}/{}.wasm", canister.0, canister.0);
// let path2 = format!(".dfx/$(NETWORK)/canisters/{}/{}.did", canister.0, canister.0);
// TODO: `graph` here is superfluous:
Expand Down

0 comments on commit d13e6a4

Please sign in to comment.