Skip to content

Commit

Permalink
chore: is the join working
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Jan 22, 2024
1 parent 3647b19 commit 0d8ae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stampy-signed-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ files
stdout
.split('\r')
.filter((l) => l.includes('upload:'))
.join(` \\\n`)
.join('-foo-')
);
});
});

0 comments on commit 0d8ae2d

Please sign in to comment.