Skip to content

Commit

Permalink
Fix incorrect import version
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Feb 2, 2024
1 parent fda7e6e commit 10a31ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ti/collection.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,8 @@ int ti_collection_unpack(
{
ex_set(e, EX_VALUE_ERROR,
"export is created using ThingsDB version `%s` which is newer "
"than the running version `%s`");
"than the running version `"TI_VERSION"`",
version);
}
else for (i = obj.via.sz-2; i--;)
{
Expand Down

0 comments on commit 10a31ef

Please sign in to comment.