Skip to content

Commit d066745

Browse files
SRWieZgithub-actions[bot]
authored andcommitted
Fix styling
1 parent f86a459 commit d066745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BundleCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function handle()
8686
// Send the zip file
8787
$result = $this->sendToZephpyr();
8888

89-
//dd($result->status(), json_decode($result->body()));
89+
// dd($result->status(), json_decode($result->body()));
9090

9191
if ($result->code() === 413) {
9292
$this->error('The zip file is too large to upload to Zephpyr. Please contact support.');

0 commit comments

Comments
 (0)