Skip to content

Commit

Permalink
Move to osls
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 18, 2024
1 parent 855266f commit 5f9ee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ServerlessFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private function serverlessExec(string $command, string $environment, array $aws
// Merge the current environment with the AWS credentials
$env = array_merge(getenv(), $env);

$processArgs = ['npx', '--yes', '@bref.sh/serverless', $command, '--verbose', '--stage', $environment, ...$options];
$processArgs = ['npx', '--yes', 'osls', $command, '--verbose', '--stage', $environment, ...$options];

IO::verbose('Running "' . implode(' ', $processArgs) . '"');

Expand Down

0 comments on commit 5f9ee3c

Please sign in to comment.