Skip to content

Commit 2ef50ef

Browse files
committed
💄 Capitalize the task titles
1 parent caece26 commit 2ef50ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Console/DeployCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ public function handle(): void
105105
return;
106106
}
107107

108-
$this->components->task("<fg=blue>✔</> Starting deployment for <fg=blue>{$this->project->name}</>", function () {
108+
$this->components->task("<fg=blue>✔</> Starting Deployment for <fg=blue>{$this->project->name}</>", function () {
109109
$this->api->deploy();
110110

111111
sleep(3);
112112
});
113113

114-
$this->components->task('<fg=blue>✔</> Fetching the <fg=blue>deployment</> ID', function () {
114+
$this->components->task('<fg=blue>✔</> Fetching the <fg=blue>Deployment</> ID', function () {
115115
$this->deployment = $this->api->getDeployments()->first();
116116
});
117117

0 commit comments

Comments
 (0)