Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 17, 2019
1 parent 5d9fea4 commit 9762cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bref
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ $app->command('bref.dev [--profile=] [--stage=]', function (string $profile = 'd
preg_match('# - https://([^.]+)\.execute-api\.#', $serverlessInfoOutput, $apiIdMatches);
$apiId = $apiIdMatches[1];

$io->writeln("Creating short URL for <info>https://$apiId.execute-api.$region.amazonaws.com/$stage</info>");
$io->writeln("Creating a short URL for <info>https://$apiId.execute-api.$region.amazonaws.com/$stage</info>");
$client = new GuzzleHttp\Client();
$response = $client->request('POST', 'https://api.bref.dev/site', [
'json' => [
Expand Down

0 comments on commit 9762cd0

Please sign in to comment.