This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 06d39d1 Fix bash typo
06d39d1 is described below
commit 06d39d15f8388c70d6ccb974aae2cec13cb66892
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