Skip to content

Commit a6ff4e3

Browse files
authored
fix shebang (databus23#448)
1 parent 8ed78bc commit a6ff4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dep-helm-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#/bin/sh
1+
#!/bin/sh
22

33
grep "k8s.io/helm" go.mod | sed -n -e "s/.*k8s.io\/helm \(v[.0-9]*\).*/\1/p"

0 commit comments

Comments
 (0)