Skip to content

Commit

Permalink
Make update-github-templates ready for NixOS (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schneider <[email protected]>
  • Loading branch information
JensAc authored Jun 7, 2022
1 parent 10f3063 commit b855339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/update-github-templates.sh
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down Expand Up @@ -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
done

0 comments on commit b855339

Please sign in to comment.