Skip to content

Commit b4f68ab

Browse files
committed
fix
1 parent 4c14e08 commit b4f68ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/storage_macro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl crate::application::CoLink {
7070
"dbc" => self._read_entry_dbc(&string_before, &string_after).await,
7171
#[cfg(not(feature = "storage_macro_dbc"))]
7272
"dbc" => Err(format!(
73-
"Storage Macro DBC feature not enabled, but found $ symbol in key name: {}",
73+
"Storage Macro DBC feature not enabled, but found $dbc in key name: {}",
7474
key_name
7575
)
7676
.into()),

0 commit comments

Comments
 (0)