We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eb113 commit 18fe62fCopy full SHA for 18fe62f
src/deployment/types.rs
@@ -190,7 +190,7 @@ impl ContractPublishSpecification {
190
191
let path = match PathBuf::try_from(&specs.path) {
192
Ok(res) => res,
193
- Err(_) => return Err(format!("unable to turn {} into a valid path", specs.path)),
+ Err(_) => return Err(format!("unable to parse '{}' as a valid path", specs.path)),
194
};
195
196
let mut contract_path = base_path.clone();
0 commit comments