This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 413055992d2 CAMEL-21397: Regen
413055992d2 is described below
commit 413055992d281af48d8f48399266b47b9fd54ca3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Oct 30 10:46:53 2024 +0100
CAMEL-21397: Regen
---
.../src/main/java/org/apache/camel/component/file/FileOperations.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
index 0672db7e104..e3a03345dd6 100644
---
a/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
+++
b/components/camel-file/src/main/java/org/apache/camel/component/file/FileOperations.java
@@ -111,7 +111,7 @@ public class FileOperations implements
GenericFileOperations<File> {
}
boolean hasPermissions = permissions != null && !permissions.isEmpty();
-
+
if (!stepwise && !hasPermissions) {
return dir.mkdirs();
}