Skip to content

Commit b1c38a0

Browse files
authored
fix: correct flag name in error message from --compiler-version to --… (#13539)
1 parent 652b8d4 commit b1c38a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/verify/src/verify.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ impl VerifyArgs {
422422
&project.settings
423423
} else {
424424
eyre::bail!(
425-
"If cache is disabled, compilation profile must be provided with `--compiler-version` option or set in foundry.toml"
425+
"If cache is disabled, compilation profile must be provided with `--compilation-profile` option or set in foundry.toml"
426426
)
427427
};
428428

0 commit comments

Comments
 (0)