Skip to content

Commit

Permalink
Merge pull request #394 from siddhu208/main
Browse files Browse the repository at this point in the history
fix amazon linux1 platform and version detection
  • Loading branch information
muthuja committed Feb 14, 2024
2 parents 1334158 + 0ca2ae6 commit 04184a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ elif test -f "/etc/system-release"; then
platform="el"
platform_version="7"
;;
"*")
*)
platform="el"

# VERSION_ID will match YYYY.MM for Amazon Linux AMIs
Expand Down

0 comments on commit 04184a9

Please sign in to comment.