Skip to content

Commit

Permalink
Jun 8, 2023, 4:53 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
faozimipa committed Jun 8, 2023
1 parent b05fddd commit 6b6f161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const getCoreHooksPath = async(): Promise<string> => {
return stdout;
}


export const getStagedFiles = async (): Promise<string[]> => {
const { stdout: gitDir } = await execa('git', [
'rev-parse',
Expand Down

0 comments on commit 6b6f161

Please sign in to comment.