Skip to content

Commit 3e52bc6

Browse files
committed
err msg
1 parent 09b8c6d commit 3e52bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/pom/fetch_protocol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub(super) async fn fetch_protocol(
1414
if !source.is_empty() {
1515
if !dev_mode {
1616
return Err(
17-
"Please enable pom_allow_external_source to allow loading protocol from arbitrary source.".into(),
17+
"Please enable --pom-allow-external-source to allow loading protocol from arbitrary source.".into(),
1818
);
1919
}
2020
if matches!(source_type, StartProtocolOperatorSourceType::None) {

0 commit comments

Comments
 (0)