Skip to content

Commit bbf3f30

Browse files
authored
Merge pull request #478 from SpineEventEngine/sh-proper-clone-output
Use proper capitalization when referring to `spine-examples` in our helper sh script
2 parents 3013ebe + 3bf6e33 commit bbf3f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else
4747
# ...
4848
if [ $GIT_IS_AVAILABLE -eq 0 ];
4949
then
50-
printf "$BLUE Cloning$BOLD 'Spine-examples/hello'$BLUE into './hello'... $NC\n"
50+
printf "$BLUE Cloning$BOLD 'spine-examples/hello'$BLUE into './hello'... $NC\n"
5151
git clone https://github.com/spine-examples/hello.git
5252
else
5353
printf "$BLUE $BOLD 'git'$BLUE is not available in your PATH. Please install it, and repeat the action. $NC\n"

0 commit comments

Comments
 (0)