From d4f73d6c055039f9e7f15cc4ca6b8d1bd47aee8e Mon Sep 17 00:00:00 2001 From: Sorunome Date: Wed, 23 Dec 2020 18:08:29 +0100 Subject: [PATCH] fix: auto-dep update --- scripts/open-mr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/open-mr.sh b/scripts/open-mr.sh index e79dcd82..4af2c712 100755 --- a/scripts/open-mr.sh +++ b/scripts/open-mr.sh @@ -1,4 +1,4 @@ -#!/bin/sh -ve +#!/bin/bash -ve # source: https://about.gitlab.com/blog/2017/09/05/how-to-automatically-create-a-new-mr-on-gitlab-with-gitlab-ci/