Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
edgrosvenor committed Jan 18, 2025
1 parent 1d5a7b6 commit ae4be1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kibble/src/Commands/SplitPackagesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SplitPackagesCommand extends Command
public function handle(): int
{

$this->info('Token: ' . config('kibble.github_token'));
$this->info('Token: '.config('kibble.github_token'));

/*
$ghToken = env('GH_TOKEN'); // Pull token from the environment variable
Expand Down

0 comments on commit ae4be1e

Please sign in to comment.