You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/25 19:00:17 UTC

[streampipes] branch dev updated: fix: fix shebang with apache header (#892)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1f06db24b fix: fix shebang with apache header (#892)
1f06db24b is described below

commit 1f06db24b6b703aaf9ec5ba60a79eb9e88fc49ca
Author: Samuel Abt <gi...@samuelabt.de>
AuthorDate: Sun Dec 25 20:00:12 2022 +0100

    fix: fix shebang with apache header (#892)
---
 ui/.husky/pre-commit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/.husky/pre-commit b/ui/.husky/pre-commit
index 1adc974da..8c0a590c1 100755
--- a/ui/.husky/pre-commit
+++ b/ui/.husky/pre-commit
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -13,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#!/usr/bin/env sh
 . "$(dirname -- "$0")/_/husky.sh"
 
 cd ui && npm run lint-staged