Skip to content

Commit

Permalink
Fix invalid JSON in admin space for static plugins (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch authored Apr 29, 2024
1 parent e8916bf commit feaf07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-trait/src/manager/static_plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ where
Some(P::PLUGIN_LONG_VERSION)
}
fn path(&self) -> &str {
"<static>"
r#""<static>""#
}
fn state(&self) -> PluginState {
self.instance
Expand Down

0 comments on commit feaf07f

Please sign in to comment.