Skip to content

Commit 57216be

Browse files
add missing await
1 parent f5ad409 commit 57216be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const main = async () => {
4242
return
4343
}
4444

45-
exec('git', ['commit', '-m', "Repo visualizer: updated diagram"])
45+
await exec('git', ['commit', '-m', "Repo visualizer: updated diagram"])
4646
await exec('git', ['push'])
4747

4848
console.log("All set!")

0 commit comments

Comments
 (0)