Skip to content

Commit a62e97b

Browse files
committed
Prettier formatting
Signed-off-by: Bryan Ramos <bramos@redhat.com>
1 parent db80c68 commit a62e97b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/update-package-json.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ async function updateVersionFile(version, target) {
2929

3030
await writeFile(path, JSON.stringify(json, null, 2) + "\n", "utf8");
3131

32-
console.log(`Updated ${path}. Release version: ${json.version}, Backstage target: ${json.backstageTarget}`);
32+
console.log(
33+
`Updated ${path}. Release version: ${json.version}, Backstage target: ${json.backstageTarget}`,
34+
);
3335
}
3436

3537
async function main() {

0 commit comments

Comments
 (0)