Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jul 8, 2023
1 parent 86da191 commit 93984f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-cvmfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ "$(uname)" == "Linux" ]; then
mkdir -p ${APT_CACHE}/archives/ ${APT_CACHE}/lists/
sudo cp -r ${APT_CACHE}/archives /var/cache/apt
sudo cp -r ${APT_CACHE}/lists /var/lib/apt
echo "::end group::"
echo "::endgroup::"
fi
# install cvmfs release package
echo "::group::Installing cvmfs-release"
Expand Down

0 comments on commit 93984f6

Please sign in to comment.