Skip to content

Commit 517cf5f

Browse files
committed
Correct output color
1 parent 641c026 commit 517cf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlueprintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private function outputStyle($action)
110110
if ($action === 'deleted') {
111111
return 'error';
112112
} elseif ($action === 'updated') {
113-
return 'warning';
113+
return 'comment';
114114
}
115115

116116
return 'info';

0 commit comments

Comments
 (0)