Skip to content

Commit 93984f6

Browse files
authored
fix: typo
1 parent 86da191 commit 93984f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-cvmfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "$(uname)" == "Linux" ]; then
99
mkdir -p ${APT_CACHE}/archives/ ${APT_CACHE}/lists/
1010
sudo cp -r ${APT_CACHE}/archives /var/cache/apt
1111
sudo cp -r ${APT_CACHE}/lists /var/lib/apt
12-
echo "::end group::"
12+
echo "::endgroup::"
1313
fi
1414
# install cvmfs release package
1515
echo "::group::Installing cvmfs-release"

0 commit comments

Comments
 (0)