Skip to content

Commit d5a0e5f

Browse files
author
David Himmelstrup
committed
strings should be quoted :)
1 parent b69f51c commit d5a0e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libp2p/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub(in crate::libp2p) mod metrics {
7777
}
7878

7979
fn libp2p_metrics_enabled() -> bool {
80-
crate::utils::misc::env::is_env_truthy(FOREST_LIBP2P_METRICS_ENABLED)
80+
crate::utils::misc::env::is_env_truthy("FOREST_LIBP2P_METRICS_ENABLED")
8181
}
8282

8383
/// `Gossipsub` Filecoin blocks topic identifier.

0 commit comments

Comments
 (0)