Skip to content

Commit d532825

Browse files
committed
fix: list function console.log
1 parent 6b00301 commit d532825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/scf/entities/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class VersionEntity extends BaseEntity {
3838
};
3939
const Response = await this.request(listInputs);
4040

41-
console.log(`Published function ${inputs.functionName} version ${Response.FunctionVersion}`);
41+
console.log(`List function ${inputs.functionName} version ${Response.FunctionVersion}`);
4242
return Response;
4343
}
4444
}

0 commit comments

Comments
 (0)