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

Commit

Permalink
👽 update error type
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Mar 9, 2019
1 parent e0eca8b commit 23299c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pub struct JenkinsSettings {

#[derive(Debug, Clone)]
struct SourceHocon {
conf: Result<hocon::Hocon, ()>,
conf: Result<hocon::Hocon, hocon::Error>,
path: String,
required: bool,
}
Expand Down

0 comments on commit 23299c3

Please sign in to comment.