Skip to content

Commit 9551998

Browse files
authored
Merge pull request #110 from devsapp/bump-0.1.5
bump 0.1.5
2 parents f68c107 + 3bc1c2b commit 9551998

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)