From b85533985ef35d3e30aab2e4ae932ef6d54eb2c4 Mon Sep 17 00:00:00 2001 From: Jens Schneider Date: Tue, 7 Jun 2022 17:20:47 +0200 Subject: [PATCH] Make update-github-templates ready for NixOS (#9) Signed-off-by: Jens Schneider --- hack/update-github-templates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/update-github-templates.sh b/hack/update-github-templates.sh index b1e4a1157..dc006d9b4 100755 --- a/hack/update-github-templates.sh +++ b/hack/update-github-templates.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file # @@ -28,4 +28,4 @@ for file in `find "$(dirname $0)"/../vendor/github.com/gardener/gardener/.github sed 's/- Gardener version:/- Gardener version (if relevant):\n- Extension version:/g' |\ sed 's/\/priority normal/\/priority normal\'$'\n''\/platform hcloud/g' \ > "$(dirname $0)/../.github/${file#*.github/}" -done \ No newline at end of file +done