Skip to content

Commit

Permalink
Merge pull request #3 from arstercz/influx
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
ygsa authored Dec 20, 2023
2 parents 97a8e25 + 190653f commit 6cb3d00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ else ifneq ($(findstring -rc,$(tag)),)
tar_version := $(version)~$(rc)
else
version := $(tag:v%=%)
rpm_version := $(version)-2
rpm_iteration := 2
deb_version := $(version)-2
deb_iteration := 2
rpm_version := $(version)-3
rpm_iteration := 3
deb_version := $(version)-3
deb_iteration := 3
tar_version := $(version)
endif

Expand Down
2 changes: 1 addition & 1 deletion scripts/telegraf-discover
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@ sub gen_conf_for_one_enable {

my $counter = 0;

$secs->{ignore} = _one_enable_white($type);
$secs->{ignore} = 0 if _one_enable_white($type);

if (defined($secs->{ignore})) {
if ($secs->{ignore} > 0) {
Expand Down

0 comments on commit 6cb3d00

Please sign in to comment.