Skip to content

Commit 18fe62f

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

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
@@ -190,7 +190,7 @@ impl ContractPublishSpecification {
190190

191191
let path = match PathBuf::try_from(&specs.path) {
192192
Ok(res) => res,
193-
Err(_) => return Err(format!("unable to turn {} into a valid path", specs.path)),
193+
Err(_) => return Err(format!("unable to parse '{}' as a valid path", specs.path)),
194194
};
195195

196196
let mut contract_path = base_path.clone();

0 commit comments

Comments
 (0)