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

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c1d80556 fix: syntax error near unexpected token & (#6458)
8c1d80556 is described below

commit 8c1d805562f43482e0903114cd7f0ba7146d3bd6
Author: abeizn <[email protected]>
AuthorDate: Wed Nov 15 09:39:44 2023 +0800

    fix: syntax error near unexpected token & (#6458)
---
 backend/scripts/build-plugins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/scripts/build-plugins.sh b/backend/scripts/build-plugins.sh
index 3c31404e6..da3be3d45 100755
--- a/backend/scripts/build-plugins.sh
+++ b/backend/scripts/build-plugins.sh
@@ -36,7 +36,7 @@ echo "  build and keep specified plugins only: 
DEVLAKE_PLUGINS=github,jira $0 [g
 
 
 if [ "$DEVLAKE_PLUGINS" = "none" ]; then
-    echo "skip building plugins" > &2
+    echo "skip building plugins" >&2
     exit 0
 fi
 

Reply via email to