tlsmith109 commented on a change in pull request #4627:
URL: https://github.com/apache/nifi/pull/4627#discussion_r527008993



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java
##########
@@ -131,7 +131,7 @@
             .displayName("Base directory")
             .description("Base directory used to look for files to tail. This 
property is required when using Multifile mode.")
             
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
-            .addValidator(StandardValidators.FILE_EXISTS_VALIDATOR)
+            .addValidator(StandardValidators.DIRECTORY_EXISTS_VALIDATOR)

Review comment:
       Didn't realize I left this in here, will remove




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to