Skip to content

Commit 6ecde4a

Browse files
Add version
1 parent 4f2fcb0 commit 6ecde4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lldebugger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function run() {
110110
name: 'approval',
111111
message: `\nThe following changes will be applied to your AWS account:${
112112
(changes.deployLayer
113-
? '\n - Deploy Lambda Live Debugger layer'
113+
? `\n - Deploy Lambda Live Debugger layer version ${version}`
114114
: '') +
115115
(changes.lambdasToUpdate.length
116116
? `\n - Attach the layer and add environment variables to the Lambdas:\n${changes.lambdasToUpdate

0 commit comments

Comments
 (0)