Skip to content

Commit

Permalink
Fix typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Nov 29, 2024
1 parent 4db1083 commit 720d6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cvmfs_repo=${EESSI_CVMFS_REPO}

# install to $eessi_version/$eessi_dev_project if defined, otherwise install
# to $eessi_version
install_prefix_dir=${eessi_version}${eessi_dev_project:+/$eessi_dev_project}/
install_prefix_dir=${eessi_version}${eessi_dev_project:+/$eessi_dev_project}
echo "Setting Install prefix directory to: ${install_prefix_dir}"

if [ -z ${install_prefix_dir} ]; then
Expand Down

0 comments on commit 720d6e9

Please sign in to comment.