Skip to content

Commit

Permalink
set_with_description actually does the thing, set_url is lies
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 12, 2019
1 parent 2bf51bc commit 07e15df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofborg/src/tasks/evaluate.rs
Expand Up @@ -70,8 +70,8 @@ impl<E: stats::SysEvents> EvaluationWorker<E> {
Err(())
}
Err(eval::Error::FailWithGist(msg, filename, content)) => {
status.set_with_description(&msg, hubcaps::statuses::State::Failure);
status.set_url(make_gist(&gists, &filename, Some("".to_owned()), content));
status.set_with_description(&msg, hubcaps::statuses::State::Failure);
Err(())
}
}
Expand Down

0 comments on commit 07e15df

Please sign in to comment.