Skip to content

Commit

Permalink
github: use latest td-agent
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Dec 8, 2023
1 parent c730917 commit 564a0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-package/yum/systemd-test/commonvar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

distribution=$(cat /etc/system-release-cpe | awk '{print substr($0, index($1, "o"))}' | cut -d: -f2)
version=$(cat /etc/system-release-cpe | awk '{print substr($0, index($1, "o"))}' | cut -d: -f4)
td_agent_version=4.5.1
td_agent_version=4.5.2

case $distribution in
amazon)
Expand Down

0 comments on commit 564a0fb

Please sign in to comment.