Skip to content

Commit 6c31eb3

Browse files
patrick91brcrista
andauthored
Use \n instead of os.EOL
Co-authored-by: Brian Cristante <[email protected]>
1 parent 7a37d78 commit 6c31eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache-distributions/poetry-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class PoetryCache extends CacheDistributor {
5353
);
5454
}
5555

56-
const lines = stdout.trim().split(os.EOL);
56+
const lines = stdout.trim().split('\n');
5757

5858
const config: any = {};
5959

0 commit comments

Comments
 (0)