Skip to content

Commit

Permalink
Add empty line to AzureEnvironmentInstallCommand env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisreedio committed Nov 3, 2023
1 parent 7d28fa3 commit 8d262c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/AzureEnvironmentInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function handle(): int
'AZURE_CLIENT_ID=""',
'AZURE_CLIENT_SECRET=""',
'AZURE_REDIRECT_URI="${APP_URL}/login/azure/callback"',
'',
];

$this->injectIntoEnv(base_path('.env'), $additionalLines);
Expand Down

0 comments on commit 8d262c8

Please sign in to comment.