fix: commit error on Windows

This commit is contained in:
Shaoqiang Lu 2023-07-30 12:47:11 +08:00
parent 1e55eb2029
commit c8e69541ed
No known key found for this signature in database
GPG Key ID: 548E6D5D5827D074
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
@ -17,7 +18,6 @@
# under the License.
#
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"

View File

@ -1,3 +1,4 @@
#!/bin/sh
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
@ -17,7 +18,6 @@
# under the License.
#
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"