You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sz...@apache.org on 2022/07/19 12:37:17 UTC

[nifi-minifi-cpp] 01/03: MINIFICPP-1879 Fix Prometheus switch in bootstrap.sh

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

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 799243702177d32136f989b801409486c4eea6e3
Author: Gabor Gyimesi <ga...@gmail.com>
AuthorDate: Tue Jul 19 13:54:47 2022 +0200

    MINIFICPP-1879 Fix Prometheus switch in bootstrap.sh
    
    Closes #1365
    Signed-off-by: Marton Szasz <sz...@apache.org>
---
 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index 6c842d3c9..15a887ed5 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -343,7 +343,7 @@ set_dependency ELASTIC_ENABLED HTTP_CURL_ENABLED
 
 add_option PROCFS_ENABLED ${TRUE} "ENABLE_PROCFS"
 
-add_disabled_option PROMETHEUS_ENABLED ${FALSE} "ENABLE_PROMETHEUS"
+add_option PROMETHEUS_ENABLED ${FALSE} "ENABLE_PROMETHEUS"
 
 USE_SHARED_LIBS=${TRUE}
 ASAN_ENABLED=${FALSE}