Skip to content

Commit 348ae7d

Browse files
committed
Update warning on run to yellow.
1 parent 793ecd8 commit 348ae7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

git.ado

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ syntax anything(name=gitArgs id="git command and arguments")
88
* This requires that you have git installed and accessible through the command line.
99
* For instructions on installing git, see: http://git-scm.com/downloads
1010
*/
11-
di as red "WARNING:"
12-
di as red "This program requires git to be accessible through the command line."
13-
di as red "See http://git-scm.com/downloads"
11+
di as yellow "------ WARNING:---------"
12+
di as yellow " This program requires git to be accessible through the command line."
13+
di as yellow " See http://git-scm.com/downloads"
14+
di as yellow "------------------------"
1415
/*
1516
OS-dependent vars
1617
*/

0 commit comments

Comments
 (0)