We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86da191 commit 93984f6Copy full SHA for 93984f6
setup-cvmfs.sh
@@ -9,7 +9,7 @@ if [ "$(uname)" == "Linux" ]; then
9
mkdir -p ${APT_CACHE}/archives/ ${APT_CACHE}/lists/
10
sudo cp -r ${APT_CACHE}/archives /var/cache/apt
11
sudo cp -r ${APT_CACHE}/lists /var/lib/apt
12
- echo "::end group::"
+ echo "::endgroup::"
13
fi
14
# install cvmfs release package
15
echo "::group::Installing cvmfs-release"
0 commit comments