Skip to content

Commit

Permalink
clarify error message for missing dynamic source
Browse files Browse the repository at this point in the history
  • Loading branch information
shouya committed Sep 18, 2024
1 parent 558b9a7 commit 54099ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub enum Error {
#[error("Failed fetching source: {0}")]
FetchSource(Box<Error>),

#[error("Dynamic source unspecified")]
#[error("Source URL unspecified for dynamic source")]
DynamicSourceUnspecified,

#[error("Source parameter {placeholder} failed to match validation: {validation} (input: {input})")]
Expand Down

0 comments on commit 54099ec

Please sign in to comment.