Skip to content

Commit 764e685

Browse files
committed
fix: patch up provider casing
1 parent 65bca83 commit 764e685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DeployCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function handle(): int
3232
$this->writeln('<info>Building for Leaf MVC...</info>');
3333
}
3434

35-
$provider = $this->option('to');
35+
$provider = strtolower($this->option('to'));
3636

3737
if ($provider === 'fly' || $provider === 'fly.io') {
3838
$this->writeln('<info>Setting up Fly.io deployment...</info>');

0 commit comments

Comments
 (0)