Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kananb committed Oct 25, 2023
1 parent 48c45cf commit fef19a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/onefuzz-task/src/managed/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub async fn run(args: &clap::ArgMatches) -> Result<()> {

if let Err(err) = &result {
error!("error running task: {:?}", err);
if let Some(doc_url) = doc_url {
if let Some(doc_url) = error_documentation {
info!(
"check out the documentation on this error for more information: {}",
doc_url
Expand Down

0 comments on commit fef19a8

Please sign in to comment.