1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix pre-commit hook issue on Windows (#31648)

* Make shebang compatable with Windows

* Prehook test

* Undo prehook test
This commit is contained in:
Tom Harris
2020-02-18 16:33:52 -05:00
committed by GitHub
parent 4ed7a7f2e0
commit f6540e3002
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh -eu
#!/usr/bin/env sh -eu
# Activate pyenv and virtualenv if present, then run the specified command