Skip to content

Commit 3bc1c2b

Browse files
committed
bump 0.1.5
Change-Id: I5af82ac12341f35488bc881b39d3b91403f70fe6
1 parent f68c107 commit 3bc1c2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Component
33
Name: fc3
44
Provider:
55
- 阿里云
6-
Version: 0.1.4
6+
Version: 0.1.5
77
Description: 阿里云函数计算全生命周期管理
88
HomePage: https://github.com/devsapp/fc3
99
Organization: 阿里云函数计算(FC)

src/subCommands/deploy/impl/scaling_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class ScalingConfig extends Base {
7272
}
7373

7474
async provisionConfigErrorRetry(command, qualifier, localConfig) {
75-
logger.info(`Execute: ${command}`);
75+
logger.info(`provisionConfigErrorRetry Execute: ${command}`);
7676
try {
7777
if (command === 'ProvisionConfig') {
7878
await this.before();

0 commit comments

Comments
 (0)