Skip to content

Commit 2562dad

Browse files
committed
minor logging copy change
1 parent a1e830a commit 2562dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BbPromise.promisifyAll(fse);
1212

1313
class ServerlessPythonRequirements {
1414
packVendorHelper() {
15-
this.serverless.cli.log('Packaging Python requirements helper...');
15+
this.serverless.cli.log('Installing Python requirements helper...');
1616

1717
return fse.copyAsync(
1818
path.resolve(__dirname, 'requirements.py'),

0 commit comments

Comments
 (0)