Skip to content

Commit 45a8806

Browse files
wip
1 parent a78b5ea commit 45a8806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ git config --global credential.helper "/bin/sh -c 'echo username=$USERNAME; echo
4949
if [ -n "$SPARE_CHECKOUT" ]; then
5050
echo "spare checkout"
5151
if [ -d "$CLONE_DIR" ]; then
52-
echo folder exists - no need to init
52+
echo "folder exists - no need to init"
5353
cd $CLONE_DIR
5454
else
5555
git init $CLONE_DIR

0 commit comments

Comments
 (0)