diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-08-24 19:52:59 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-08-24 19:52:59 -0500 |
| commit | f498d78fb42ced4817bddbe9cf694792e119137c (patch) | |
| tree | 26a4ad2076cd70792c1652aaad23167ca4e4ecff /git-update-agent | |
| parent | 0283b1e8ef5998a5e6c1db5449ecbe0269ed3f36 (diff) | |
Use bash
Diffstat (limited to 'git-update-agent')
| -rw-r--r-- | git-update-agent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-update-agent b/git-update-agent index 605613f..6f70c8b 100644 --- a/git-update-agent +++ b/git-update-agent @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # GLOBAL VARIABLES: # - UPSTREAM_BRANCH: The branch in the upstream repo used for updates (defaults to remote's head if set) |
