Skip to content

Commit dcaef26

Browse files
authored
typo (#149)
1 parent bff1d3b commit dcaef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deployment/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class Logger
1818
{
19-
public bool $useColors;
19+
public bool $useColors = false;
2020

2121
public bool $showProgress = true;
2222

0 commit comments

Comments
 (0)