Skip to content

Commit

Permalink
add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Jan 29, 2025
1 parent 68e48c9 commit fac40ce
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 @@ -159,7 +159,7 @@ pub fn exec(env1: &dyn Environment, opts: RulesOpts) -> DfxResult {
}
if let Import::Canister(canister_name) = node.0 {
output_file.write_fmt(format_args!("\ndeploy@{}: canister@{}\n", canister_name, canister_name))?;
output_file.write_fmt(format_args!(
output_file.write_fmt(format_args!( // TODO: Use `canister install` instead.
"\tdfx deploy --no-compile --network $(NETWORK) $(DEPLOY_FLAGS) $(DEPLOY_FLAGS.{}) {}\n\n", canister_name, canister_name
))?;
// If the canister is assets, add `generate@` dependencies.
Expand Down

0 comments on commit fac40ce

Please sign in to comment.