Skip to content

Commit 8006fed

Browse files
committed
Fix 2003 typo
The typo was pointed out in PR review, but I only fixed one of the two places.
1 parent 75d15a6 commit 8006fed

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)