Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Oct 22, 2023
1 parent d541fef commit 04abc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ export const pushImages = async (input: PushImagesInput) => {
if (input.result.newItems.length > 0) {
const newGlobs =
input.result.newItems.length === 1
? `${(workspace(), constants.ACTUAL_DIR_NAME)}/${input.result.newItems[0]})`
? `${(workspace(), constants.ACTUAL_DIR_NAME)}/${input.result.newItems[0]}`
: `${(workspace(), constants.ACTUAL_DIR_NAME)}/(${input.result.newItems.join('|')})`;

console.log(newGlobs);
Expand Down

0 comments on commit 04abc82

Please sign in to comment.