diff options
-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) |