Skip to content

Commit ba3f0fa

Browse files
saeedvaziryCopilot
andauthored
Update app/SourceControlProviders/BitbucketV2.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent db06fc8 commit ba3f0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/SourceControlProviders/BitbucketV2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public function deployKey(string $title, string $repo, string $key): string
303303
]
304304
);
305305

306-
if ($res->status() != 200) {
306+
if ($res->status() !== 200) {
307307
throw new FailedToDeployGitKey($res->json()['error']['message']);
308308
}
309309

0 commit comments

Comments
 (0)