Skip to content

Commit 3cc229e

Browse files
committed
fix syntax
1 parent 17ef337 commit 3cc229e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/nifi/pages/troubleshooting/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ metadata:
7373
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
7474
----
7575

76-
== `packaging.version.InvalidVersion: Invalid version: '1.27.0-stackable0.0.0-dev'` when connecting to NiFi using `nipyapi``
76+
== `packaging.version.InvalidVersion: Invalid version: '1.27.0-stackable0.0.0-dev'` when connecting to NiFi using `nipyapi`
7777

78-
When using {nipyapi}[nipyapi] with version `<= 0.19.0` some functions check the version of the NiFi instance resulting in an error where the custom version strings introduced in the SDP release 25.7 can't be parsed.
78+
When using {nipyapi}[nipyapi] with version `< 0.20.0`, some functions check the version of the NiFi instance. This results in an error where the custom version strings introduced in SDP release 25.7 can't be parsed.
7979

8080
Solution: Upgrade to `nipyapi >= 0.20.0` where this is fixed.

0 commit comments

Comments
 (0)