Skip to content

Commit cfa06c5

Browse files
authored
Merge pull request #34 from byu-oit/new-shortcut
Make logs terser
2 parents 3075d08 + 1e6273e commit cfa06c5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ Deployment ID: ${deployment.deploymentId}
7777
AWS Account: ${awsAccountAlias} (${awsAccountId})
7878
Region: ${region}
7979

80-
To log in and view the progress of this deployment, click here:
81-
${shortcutLink}`);
80+
Link to deployment: ${shortcutLink}`);
8281
await codeDeploy
8382
.waitFor('deploymentSuccessful', {
8483
deploymentId: deployment.deploymentId

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ Deployment ID: ${deployment.deploymentId}
4848
AWS Account: ${awsAccountAlias} (${awsAccountId})
4949
Region: ${region}
5050
51-
To log in and view the progress of this deployment, click here:
52-
${shortcutLink}`)
51+
Link to deployment: ${shortcutLink}`)
5352

5453
await codeDeploy
5554
.waitFor('deploymentSuccessful', {

0 commit comments

Comments
 (0)