bbende commented on code in PR #6244:
URL: https://github.com/apache/nifi/pull/6244#discussion_r928904357
##########
nifi-registry/nifi-registry-docker-maven/dockermaven/sh/update_flow_provider.sh:
##########
@@ -35,6 +35,9 @@ case ${NIFI_REGISTRY_FLOW_PROVIDER} in
file)
xmlstarlet ed --inplace -u "${property_xpath}/class" -v
"org.apache.nifi.registry.provider.flow.FileSystemFlowPersistenceProvider"
"${providers_file}"
;;
+ database)
+ xmlstarlet ed --inplace -u "${property_xpath}/class" -v
"org.apache.nifi.registry.provider.flow.git.DatabaseFlowPersistenceProvider"
"${providers_file}"
Review Comment:
The package name is not correct, need to remove the `.git`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]