From 0676468e3e69ff36f1e509d775f191dd41f6080b Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 16 Feb 2026 01:24:19 +0000 Subject: Ensure directives replan on goal change --- makima/src/bin/makima.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/src/bin') diff --git a/makima/src/bin/makima.rs b/makima/src/bin/makima.rs index c2c9beb..406f6e1 100644 --- a/makima/src/bin/makima.rs +++ b/makima/src/bin/makima.rs @@ -821,7 +821,7 @@ async fn run_directive( DirectiveCommand::Update(args) => { let client = ApiClient::new(args.common.api_url, args.common.api_key)?; let result = client - .directive_update(args.common.directive_id, args.pr_url, args.pr_branch) + .directive_update(args.common.directive_id, args.pr_url, args.pr_branch, args.status) .await?; println!("{}", serde_json::to_string(&result.0)?); } -- cgit v1.2.3