Skip to content

Commit

Permalink
Terminal styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshembling committed Dec 17, 2023
1 parent 1300c18 commit c28ffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/LaragenieCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ public function findFilesToRemove(Pinecone $pinecone, string $user_files)
}

if (empty($pinecone_res->json()['vectors'])) {
$this->newLine();
$this->info('Vectors have been deleted that were associated with '.$file);
$this->newLine();

break;
}
Expand Down

0 comments on commit c28ffc7

Please sign in to comment.