Explicitly use bash in pre hook
This commit is contained in:
parent
c2a48f8559
commit
8a4aaf44e1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
api_key='<PUT_YOUR_API_KEY_HERE>'
|
api_key='<PUT_YOUR_API_KEY_HERE>'
|
||||||
domainID='<PUT_YOUR_DOMAIN_ID_HERE>'
|
domainID='<PUT_YOUR_DOMAIN_ID_HERE>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue