Skip to content

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Apr 11, 2024
1 parent c285e95 commit f111df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async function addStrictTypesToChangedThemes() {

for (let theme of changedThemes) {
await executeCommand(`
bash -c add-strict-types-to-theme ${theme}
bash -c "add-strict-types-to-theme ${theme}"
`, true);
}
}
Expand Down

0 comments on commit f111df9

Please sign in to comment.