We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b8c6d commit 3e52bc6Copy full SHA for 3e52bc6
src/service/pom/fetch_protocol.rs
@@ -14,7 +14,7 @@ pub(super) async fn fetch_protocol(
14
if !source.is_empty() {
15
if !dev_mode {
16
return Err(
17
- "Please enable pom_allow_external_source to allow loading protocol from arbitrary source.".into(),
+ "Please enable --pom-allow-external-source to allow loading protocol from arbitrary source.".into(),
18
);
19
}
20
if matches!(source_type, StartProtocolOperatorSourceType::None) {
0 commit comments