Skip to content

Commit

Permalink
fix(release): remove redundant HEAD argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Feb 8, 2024
1 parent ef86499 commit 711ec5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nx/src/command-line/release/utils/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ export async function getFirstGitCommit() {
'--max-parents=0',
'HEAD',
'--first-parent',
'HEAD',
])
).trim();
} catch (e) {
Expand Down

0 comments on commit 711ec5d

Please sign in to comment.