Skip to content

Commit 5b08e8a

Browse files
lgalabruobycode
andauthored
Update src/deployment/types.rs
Co-authored-by: Brice <brice@hiro.so>
1 parent ffb1d72 commit 5b08e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ impl EmulatedContractPublishSpecification {
304304

305305
let path = match PathBuf::try_from(&specs.path) {
306306
Ok(res) => res,
307-
Err(_) => return Err(format!("unable to turn {} into a valid path", specs.path)),
307+
Err(_) => return Err(format!("unable to parse '{}' as a valid path", specs.path)),
308308
};
309309

310310
let mut contract_path = base_path.clone();

0 commit comments

Comments
 (0)