Skip to content

Commit 68cd299

Browse files
committed
fix conditional
1 parent d8b4fa1 commit 68cd299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-parrot-cvmfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ then
1515
echo "Could not access CVMFS!"
1616
exit 1
1717
fi
18-
echo
19-
echo "CVMFS driver is not enabled in Parrto!"
18+
else
19+
echo "CVMFS driver is not enabled in Parrot!"
2020
exit 1
2121
fi
2222
else

0 commit comments

Comments
 (0)