Skip to content

Commit bc9213c

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

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
@@ -171,7 +171,7 @@ impl ContractPublishSpecification {
171171
Ok(res) => res,
172172
Err(_) => {
173173
return Err(format!(
174-
"unable to use {} as a valid contract name",
174+
"unable to parse '{}' as a valid contract name",
175175
specs.contract_name
176176
))
177177
}

0 commit comments

Comments
 (0)