Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit bc59336

Browse files
authored
Changing to use the output option
1 parent 9412730 commit bc59336

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
@@ -16,7 +16,7 @@ function pyprojectTomlToRequirements() {
1616

1717
const res = spawnSync(
1818
'poetry',
19-
['export', '--without-hashes', '-f', 'requirements.txt', '>', 'requirements.txt'],
19+
['export', '--without-hashes', '-f', 'requirements.txt', '-o', 'requirements.txt'],
2020
{
2121
cwd: this.servicePath
2222
}

0 commit comments

Comments
 (0)