Skip to content

Commit

Permalink
Use bash in pre-commit hook scripts (#5984)
Browse files Browse the repository at this point in the history
Signed-off-by: Shikhar Soni <shikharish05@gmail.com>
  • Loading branch information
shikharish authored Feb 13, 2024
1 parent 5dd9752 commit 1ba2342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/git_client_side_hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

# Copyright 2022 Antrea Authors
#
Expand Down
2 changes: 1 addition & 1 deletion hack/git_client_side_hooks/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

# Copyright 2022 Antrea Authors
#
Expand Down

0 comments on commit 1ba2342

Please sign in to comment.