forked from home-assistant/core
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
|
# Activate pyenv and virtualenv if present, then run the specified command
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user