Skip to content

Commit 8d1980e

Browse files
committed
feat: TFO-Agent Git Hooks Update
1 parent 7f3436a commit 8d1980e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fi
176176
# ==============================================================================
177177
echo ""
178178
echo -e "${GREEN}╔══════════════════════════════════════════════════════════════╗${NC}"
179-
echo -e "${GREEN}║ All pre-commit checks passed! 🎉 ║${NC}"
179+
echo -e "${GREEN}║ All pre-commit checks passed! 🎉 ${NC}"
180180
echo -e "${GREEN}╚══════════════════════════════════════════════════════════════╝${NC}"
181181
echo ""
182182

docs/githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ while read LOCAL_REF LOCAL_SHA REMOTE_REF REMOTE_SHA; do
223223
# ==========================================================================
224224
echo ""
225225
echo -e "${GREEN}╔══════════════════════════════════════════════════════════════╗${NC}"
226-
echo -e "${GREEN}║ All pre-push checks passed! 🚀 ║${NC}"
226+
echo -e "${GREEN}║ All pre-push checks passed! 🚀 ${NC}"
227227
echo -e "${GREEN}╚══════════════════════════════════════════════════════════════╝${NC}"
228228
echo ""
229229
echo -e "${CYAN}Pushing to:${NC} $REMOTE/$BRANCH"

0 commit comments

Comments
 (0)