From 8c38fab365bf08ae4129c02fd03bb7077c4d9753 Mon Sep 17 00:00:00 2001
From: "Adam T. Carpenter"
Date: Tue, 9 May 2023 21:52:39 -0400
Subject: fix: iframe tag incomplete borks php
---
posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php b/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php
index eb2a868..eed3603 100644
--- a/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php
+++ b/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php
@@ -4,4 +4,4 @@
Learn how to use local git hooks to automate your workflow. We'll use my favorite three hooks to automate generating commit messages, run unit tests before committing, and clean up build artifacts after checking out new branches.