Skip to content

Commit

Permalink
fix comment about EESSI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 8, 2024
1 parent 148ca10 commit e1808c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ingest-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function check_version() {
fi

# Check if the EESSI version number encoded in the filename
# is valid, i.e. matches the format YYYY.DD
# is valid, i.e. matches the format YYYY.MM or YYYYMMDD
if ! echo "${version}" | egrep '(^20[0-9][0-9]\.(0[0-9]|1[0-2])$)|(^20[0-9][0-9][0-9][0-9][0-9][0-9]$)'
then
error "${version} is not a valid EESSI version."
Expand Down

0 comments on commit e1808c3

Please sign in to comment.