TMP / pre-commit.py: vs can eat my SHIT

This commit is contained in:
OLEGSHA 2022-12-17 14:54:57 +03:00
parent 96dc0ca429
commit 1fd971beaf

View File

@ -30,7 +30,7 @@ if (DEV_MODE)
if (IS_DIRECTORY "${CMAKE_SOURCE_DIR}/.git/hooks")
if (NOT EXISTS "${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit")
file(WRITE "${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit"
"#!/bin/bash\n"
"#!/bin/sh\n"
"# Progressia autogenerated pre-commit hook\n"
"# You may modify this hook freely "
"(just make sure the checks run)\n"