Skip to content

Commit

Permalink
Upgrade fluent bit version to 3.2.2 to centos packages only (#188)
Browse files Browse the repository at this point in the history
Upgrade fb version to 3.2.2 for centos
  • Loading branch information
gunnalahema authored Jan 16, 2025
1 parent 5b163c4 commit 6086448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/strategyMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def list_distro_files():
return [
filename
for filename in os.listdir(".")
if (filename.startswith("amazonlinux"))
if (filename.startswith("centos"))
and filename != "common.yml"
]
except Exception as e:
Expand Down

0 comments on commit 6086448

Please sign in to comment.