summaryrefslogtreecommitdiff
path: root/cli/ops/fetch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ops/fetch.rs')
-rw-r--r--cli/ops/fetch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/fetch.rs b/cli/ops/fetch.rs
index ba7f7a949..7ce3f1a40 100644
--- a/cli/ops/fetch.rs
+++ b/cli/ops/fetch.rs
@@ -81,5 +81,5 @@ pub fn op_fetch(
Ok(json_res)
};
- Ok(JsonOp::Async(future.boxed()))
+ Ok(JsonOp::Async(future.boxed_local()))
}