Skip to content

Commit 7482541

Browse files
committed
Actually have the correct order of project_subdir/versions
1 parent 3c559af commit 7482541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ingest-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ tar_top_level_dir=$(echo "${tar_first_file}" | cut -d/ -f1)
261261
# Handle longer prefix with project name in dev.eessi.io and
262262
# get the right basedir from the tarball name
263263
if [ "${cvmfs_repo}" = "dev.eessi.io" ]; then
264-
basedir=versions/$(echo "${tar_file_basename}" | cut -d- -f7)
264+
basedir=$(echo "${tar_file_basename}"/versions | cut -d- -f7)
265265
else
266266
basedir=versions
267267
fi

0 commit comments

Comments
 (0)