Skip to content

Commit e1808c3

Browse files
committed
fix comment about EESSI versions
1 parent 148ca10 commit e1808c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ingest-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function check_version() {
7272
fi
7373

7474
# Check if the EESSI version number encoded in the filename
75-
# is valid, i.e. matches the format YYYY.DD
75+
# is valid, i.e. matches the format YYYY.MM or YYYYMMDD
7676
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]$)'
7777
then
7878
error "${version} is not a valid EESSI version."

0 commit comments

Comments
 (0)