summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-08-24 19:52:59 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-08-24 19:52:59 -0500
commitf498d78fb42ced4817bddbe9cf694792e119137c (patch)
tree26a4ad2076cd70792c1652aaad23167ca4e4ecff
parent0283b1e8ef5998a5e6c1db5449ecbe0269ed3f36 (diff)
Use bash
-rw-r--r--git-update-agent2
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)