Skip to content

Commit 70b3ff0

Browse files
aarondfrancisgithub-actions[bot]
authored andcommitted
Fix code styling [ci skip]
1 parent 44590c7 commit 70b3ff0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Commands/Configure.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ public function handle()
7070

7171
$this->line(' ');
7272
$this->info('Done! Here are your environment variables:');
73-
$this->line('SIDECAR_ACCESS_KEY_ID='.$credentials['key']);
74-
$this->line('SIDECAR_SECRET_ACCESS_KEY='.$credentials['secret']);
75-
$this->line('SIDECAR_REGION='.$this->region);
76-
$this->line('SIDECAR_ARTIFACT_BUCKET_NAME='.$bucket);
77-
$this->line('SIDECAR_EXECUTION_ROLE='.$role);
73+
$this->line('SIDECAR_ACCESS_KEY_ID=' . $credentials['key']);
74+
$this->line('SIDECAR_SECRET_ACCESS_KEY=' . $credentials['secret']);
75+
$this->line('SIDECAR_REGION=' . $this->region);
76+
$this->line('SIDECAR_ARTIFACT_BUCKET_NAME=' . $bucket);
77+
$this->line('SIDECAR_EXECUTION_ROLE=' . $role);
7878
$this->line(' ');
7979
$this->info('They will work in any environment.');
8080
}

0 commit comments

Comments
 (0)