Joined May 2019
·
jbo

jbo

Thank you!
To get it working I did have to add a space on the line with

if [ -f .git/info/sparse-checkout]; then

just before the last square bracket so that it became:

if [ -f .git/info/sparse-checkout ]; then

Achievements
1 Karma
0 Total ProTip Views