You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/11/08 06:38:16 UTC

[skywalking-showcase] branch main updated: Fix wrong default FEATURE_FLAGS name

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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new 180f552  Fix wrong default FEATURE_FLAGS name
180f552 is described below

commit 180f552855f83d81b2c3c747be49ab9864afbf9d
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Nov 8 14:37:59 2021 +0800

    Fix wrong default FEATURE_FLAGS name
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 34df6cc..cbf062e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,4 +34,4 @@ SW_AGENT_NODEJS_FRONTEND_VERSION ?= af0565a67d382b683c1dbd94c379b7080db61449
 # ALL variables should be listed above ^^
 EXPORTED_VARS := $(filter-out <%,$(.VARIABLES))
 
-features ?= single-node,agent,so11y,vm
+FEATURE_FLAGS ?= single-node,agent,so11y,vm