Skip to content

Commit 4ba46ba

Browse files
authored
Merge pull request #729 from puppetlabs/typo-2003
Fix 2003 typo
2 parents 75d15a6 + 8006fed commit 4ba46ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ case $platform in
658658
filetype="rpm"
659659
platform_package="el"
660660
arch="$(uname -p)"
661-
# Install amazon packages on AL2 (only aarch64) and 2003 and up (all arch)
661+
# Install amazon packages on AL2 (only aarch64) and 2023 and up (all arch)
662662
if [[ $platform_version == 2 && $arch == 'x86_64' ]]; then
663663
platform_version="7"
664664
elif (( platform_version == 2 || platform_version >= 2023 )); then

0 commit comments

Comments
 (0)