Skip to content

Commit 5b38b5c

Browse files
author
Tom Pansino
committed
Update misleading message wording
1 parent f0fab0e commit 5b38b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/poetry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function pyprojectTomlToRequirements() {
4343

4444
if (requirementsContents.match(editableFlag)) {
4545
this.serverless.cli.log(
46-
'The generated file contains -e lines, removing them...'
46+
'The generated file contains -e flags, removing them...'
4747
);
4848
fse.writeFileSync(
4949
sourceRequirements,

0 commit comments

Comments
 (0)