1
0
mirror of https://github.com/actions/checkout.git synced 2024-04-27 16:57:09 +08:00

missing newline in test script

This commit is contained in:
Jonne Laagland Winder 2022-02-01 01:14:25 +00:00
parent ad6eac3f6b
commit b4165575d9

View File

@ -22,4 +22,4 @@ fi
if [ ! -d "./sparse-checkout/dir3" ]; then if [ ! -d "./sparse-checkout/dir3" ]; then
echo "Expected directory 'dir3' to exist" echo "Expected directory 'dir3' to exist"
exit 1 exit 1
fi fi