Skip to content

Commit

Permalink
Incorrectly resolved {project_versionNpm} expression in the documenta…
Browse files Browse the repository at this point in the history
…tion

closes keycloak#562

Signed-off-by: mposolda <[email protected]>
  • Loading branch information
mposolda committed Jan 24, 2025
1 parent d8d8ae3 commit 43ec91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/securing-apps/nodejs-adapter.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ifeval::[{project_community}==true]
[source,json,subs="attributes"]
----
"dependencies": {
"keycloak-connect": "{project_versionNpm}"
"keycloak-connect": "{version}"
}
----
Expand All @@ -42,7 +42,7 @@ ifeval::[{project_product}==true]
[source,json,subs="attributes"]
----
"dependencies": {
"keycloak-connect": "file:keycloak-connect-{project_versionNpm}.tgz"
"keycloak-connect": "file:keycloak-connect-{version}.tgz"
}
----
Expand Down

0 comments on commit 43ec91a

Please sign in to comment.