Skip to content

Commit

Permalink
fix: ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-Hatalski committed Aug 14, 2023
1 parent 36ed1f9 commit c368853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private function findMatches(string $item): array

private function printMatchNotification(bool $isSecretDefined, string $secretName): void
{
if(in_array($secretName, $this->matchedVars)) {
if (in_array($secretName, $this->matchedVars)) {
return;
}
array_push($this->matchedVars, $secretName);
Expand Down

0 comments on commit c368853

Please sign in to comment.