Skip to content

Commit

Permalink
Update extensions-utils/src/dfx.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Thurau <[email protected]>
  • Loading branch information
Marcin Nowak-Liebiediew and DanielThurau authored Aug 4, 2023
1 parent 63ff7c4 commit b0c15b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions-utils/src/dfx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<S, I>(
dfx_cache_path: &Path,
command: &str,
Expand Down

0 comments on commit b0c15b7

Please sign in to comment.