Skip to content

Commit 1183ba7

Browse files
lgalabruobycode
andauthored
Update src/deployment/types.rs
Co-authored-by: Brice <brice@hiro.so>
1 parent 0c736f3 commit 1183ba7

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
@@ -285,7 +285,7 @@ impl EmulatedContractPublishSpecification {
285285
Ok(res) => res,
286286
Err(_) => {
287287
return Err(format!(
288-
"unable to use {} as a valid contract name",
288+
"unable to parse '{}' as a valid contract name",
289289
specs.contract_name
290290
))
291291
}

0 commit comments

Comments
 (0)