From b0c15b7ca2239961124fc526d3b6efc04189f237 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Fri, 4 Aug 2023 20:23:42 +0200 Subject: [PATCH] Update extensions-utils/src/dfx.rs Co-authored-by: Daniel Thurau --- extensions-utils/src/dfx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions-utils/src/dfx.rs b/extensions-utils/src/dfx.rs index 50e6c98..f5a509c 100644 --- a/extensions-utils/src/dfx.rs +++ b/extensions-utils/src/dfx.rs @@ -12,7 +12,7 @@ use std::process::{self, Command}; /// # Returns /// - On success, returns stdout as a string. /// - On error, returns an error message including stdout and stderr. -#[context("Calling {} CLI failed, or, it returned an error.", command)] +#[context("Calling {} CLI, or, it returned an error.", command)] pub fn call_dfx_bundled_binary( dfx_cache_path: &Path, command: &str,