Skip to content

Commit

Permalink
fix more keynames
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Oct 2, 2020
1 parent 6d9be23 commit be60437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ know about which bug fixes are included.

The patch level might also be used to fix bugs within bindings.
This means that applications can only introspect the patch
level of Elektra by getting `system/elektra/version/constants/KDB_VERSION_PATCH`
level of Elektra by getting `system:/elektra/version/constants/KDB_VERSION_PATCH`
but not by static patch levels the binding might provide.
This should be no problem, as the patch level is supposed
to not change the behavior.
2 changes: 1 addition & 1 deletion src/tools/kdb/gen/highlevel/highlevel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ kainjow::mustache::data HighlevelGenTemplate::getTemplateData (const std::string
specParentName = "spec:" + parentKey;
ks = cascadingToSpec (keySet);
}
else if (parentKey.substr (0, 5) == "spec:/")
else if (parentKey.substr (0, 6) == "spec:/")
{
cascadingParent = parentKey.substr (4);
specParentName = parentKey;
Expand Down

0 comments on commit be60437

Please sign in to comment.