We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3013ebe + 3bf6e33 commit bbf3f30Copy full SHA for bbf3f30
sh
@@ -47,7 +47,7 @@ else
47
# ...
48
if [ $GIT_IS_AVAILABLE -eq 0 ];
49
then
50
- printf "$BLUE Cloning$BOLD 'Spine-examples/hello'$BLUE into './hello'... $NC\n"
+ printf "$BLUE Cloning$BOLD 'spine-examples/hello'$BLUE into './hello'... $NC\n"
51
git clone https://github.com/spine-examples/hello.git
52
else
53
printf "$BLUE $BOLD 'git'$BLUE is not available in your PATH. Please install it, and repeat the action. $NC\n"
0 commit comments