Skip to content

Commit 709ebcc

Browse files
committed
cleanup
1 parent 2ae194a commit 709ebcc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

RepoUtilities/InstallHooks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
echo "starting"
22
cp pre-commit.toInstall ../.git/hooks/pre-commit
33
chmod +x ../.git/hooks/pre-commit
4-
# python3 is necessary to run these hooks, so testing if python is installed
54
echo "checking if python is installed, if the following errors out, please install python3"
65

76
python3 -c "print('done installing')"

RepoUtilities/pre-commit.toInstall

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
python3 RepoUtilities/pre-commit.py
2-
#git diff --cached -z HEAD -- Packages/test.json
3-
#echo doooooooooooooooooooooone

0 commit comments

Comments
 (0)