diff --git a/src/git-source-provider.ts b/src/git-source-provider.ts
index 000a3ac..42a12e0 100644
--- a/src/git-source-provider.ts
+++ b/src/git-source-provider.ts
@@ -202,10 +202,10 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
     }
 
     // Get commit information
-    const commitInfo = await git.log1();
+    const commitInfo = await git.log1()
 
     // Log commit sha
-    await git.log1("--format='%H'");
+    await git.log1("--format='%H'")
 
     // Check for incorrect pull request merge commit
     await refHelper.checkCommitInfo(