Skip to content

Commit

Permalink
chore: remove unused current_branch var from husky/pre_push
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Mayer <[email protected]>
  • Loading branch information
tamirazrab and samayer12 committed Jan 30, 2025
1 parent 253d353 commit c49fb8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
MAX_CHANGES=340 #Avg commit size on main is 340 as of 12 Dec 2024

# Get the local branch name
# current_branch=$(git rev-parse --abbrev-ref HEAD)

# Get the remote and branch being pushed to
remote_name="origin"
Expand Down

0 comments on commit c49fb8d

Please sign in to comment.