Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 3a548e1

Browse files
committed
Fixes #130
1 parent 6fe6c1a commit 3a548e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployFunction/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class OpenWhiskDeployFunction {
6868
this.serverless.cli.log(`Successfully deployed function: ${this.options.function}`);
6969
}).catch(err => {
7070
throw new this.serverless.classes.Error(
71-
`Failed to deploy function (${functionHandler.actionName}) due to error: ${err.message}`
71+
`Failed to deploy function (${this.options.function}) due to error: ${err.message}`
7272
);
7373
})
7474
);

0 commit comments

Comments
 (0)