Skip to content

Commit 3a043cd

Browse files
committed
chore
1 parent b4db761 commit 3a043cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/snippets/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function stringifyGenerationConfig(
5656
return (
5757
opts.start +
5858
Object.entries(config)
59-
.map(([key, val]) => `${quote}${key}${quote}${opts.attributeValueConnector}${quote}${val}${quote}`)
59+
.map(([key, val]) => `${quote}${key}${quote}${opts.attributeValueConnector}${val}`)
6060
.join(opts.sep) +
6161
opts.end
6262
);

0 commit comments

Comments
 (0)