Skip to content

Commit 4f74ff4

Browse files
committed
Fix a typo in the about command
1 parent 57a5d96 commit 4f74ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeatureFlagsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ protected function aboutCommandInfo(): void
149149
{
150150
if (class_exists(AboutCommand::class)) {
151151
AboutCommand::add('Feature Flags', [
152-
'Pipeline' => fn () => implode(', Hello', config('features.pipeline')),
152+
'Pipeline' => fn () => implode(', ', config('features.pipeline')),
153153
]);
154154
}
155155
}

0 commit comments

Comments
 (0)