mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Fix pre-commit hook issue on Windows (#31648)
* Make shebang compatable with Windows * Prehook test * Undo prehook test
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -eu
|
||||
#!/usr/bin/env sh -eu
|
||||
|
||||
# Activate pyenv and virtualenv if present, then run the specified command
|
||||
|
||||
|
Reference in New Issue
Block a user