Skip to content

Commit

Permalink
chore: better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Oct 29, 2024
1 parent 85d216b commit 5810a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn get_paths_of_interest(
};

if paths.is_empty() {
return Err(anyhow!("No files to sign"));
return Err(anyhow!("no compatible paths found"));
}

Ok(paths)
Expand Down

0 comments on commit 5810a5b

Please sign in to comment.