Skip to content

Commit

Permalink
Upgrade fluent bit version to 3.2.2 to ubuntu packages only (#190)
Browse files Browse the repository at this point in the history
Fb version upgrade for ubuntu
  • Loading branch information
gunnalahema authored Jan 20, 2025
1 parent 7c6796a commit 30ddb0d
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("debian"))
if (filename.startswith("ubuntu"))
and filename != "common.yml"
]
except Exception as e:
Expand Down

0 comments on commit 30ddb0d

Please sign in to comment.