This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/10.0.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 9df95398d6c62b0d263db24bcca3cdaac8dad1d6
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 20:37:47 2023 +0200

    Fix bash typo
---
 .github/workflows/deploy-release-reusable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-release-reusable.yml 
b/.github/workflows/deploy-release-reusable.yml
index df6acaf..d517081 100644
--- a/.github/workflows/deploy-release-reusable.yml
+++ b/.github/workflows/deploy-release-reusable.yml
@@ -130,7 +130,7 @@ jobs:
 
           # Switch to the project folder
           cd "$SVN_DIR"
-          if [ \! -e "$PROJECT_NAME" ]; then
+          if [ \! -f "$PROJECT_NAME" ]; then
             mkdir -p "$PROJECT_NAME"
             svn add "$PROJECT_NAME"
           fi

Reply via email to