From 3f12ef8530ad1556914dea62bc2724df26d91e59 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 15 Nov 2022 10:21:57 +0000 Subject: bonerfix --- .gitcheck | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitcheck') diff --git a/.gitcheck b/.gitcheck index 7b77c1bc..47b0b548 100755 --- a/.gitcheck +++ b/.gitcheck @@ -3,16 +3,16 @@ # SPDX-License-Identifier: GPL-3.0-only Set_placeholder(){ - git config user.name || git config user.name 'osbmkplaceholder' - git config user.email || git config user.email 'placeholder@osbmkplaceholder.com' + git config user.name || git config user.name 'lbmkplaceholder' + git config user.email || git config user.email 'placeholder@lbmkplaceholder.com' } Clean(){ - if [ "$(git config user.name)" = "osbmkplaceholder" ]; then + if [ "$(git config user.name)" = "lbmkplaceholder" ]; then git config --unset user.name fi - if [ "$(git config user.email)" = "placeholder@osbmkplaceholder.com" ]; then + if [ "$(git config user.email)" = "placeholder@lbmkplaceholder.com" ]; then git config --unset user.email fi } -- cgit v1.2.1