Completed
Push — master ( f31c89...76c4af )
by Morgan
27:30 queued 03:39
created
src/Commands/DeployInfoCommand.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,9 +40,9 @@
 block discarded – undo
40 40
 
41 41
             if ($secret && $route) {
42 42
                 $message = "Here is the information you'll need to set up your webhook at Github:\n\n".
43
-                           "Payload URL: https://yourdomain.com/$route\n".
44
-                           "Secret: $secret\n\n".
45
-                           "You can display this information again by running `php artisan deploy:info`\n";
43
+                            "Payload URL: https://yourdomain.com/$route\n".
44
+                            "Secret: $secret\n\n".
45
+                            "You can display this information again by running `php artisan deploy:info`\n";
46 46
             }
47 47
         } else {
48 48
             // create a new .env file and add the necessary keys
Please login to merge, or discard this patch.