Correct typo (#872)

This commit is contained in:
Adam Szkoda
2020-03-02 03:40:19 +01:00
committed by GitHub
parent e85e337540
commit f6f924a7a6

View File

@@ -45,7 +45,7 @@ impl GanacheInstance {
.spawn()
.map_err(|e| {
format!(
"Failed to start ganche-cli. \
"Failed to start ganache-cli. \
Is it ganache-cli installed and available on $PATH? Error: {:?}",
e
)