mirror of https://github.com/zulip/zulip.git
hooks: Fix shebang line to use /usr/bin/env bash.
This commit is contained in:
parent
044ccdb334
commit
6f8ce2d00a
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Arguments: OLD_COMMIT NEW_COMMIT ...where both are `git describe`
|
||||
# output or tag names. The CWD will be the new deploy directory.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Arguments: OLD_COMMIT NEW_COMMIT ...where both are `git describe`
|
||||
# output or tag names. The CWD will be the new deploy directory.
|
||||
|
||||
|
|
Loading…
Reference in New Issue