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

abeizn pushed a commit to branch fix-build-plugins
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/fix-build-plugins by this push:
     new 5cf97fe45 fix: syntax error near unexpected token &
5cf97fe45 is described below

commit 5cf97fe459af55141008aeeaf6fc76f630055fc5
Author: abeizn <[email protected]>
AuthorDate: Wed Nov 15 09:30:39 2023 +0800

    fix: syntax error near unexpected token &
---
 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