From 0309e0101522854eb8143ce5e457709f97be8570 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 26 Sep 2023 00:43:18 +0000 Subject: [PATCH] added extra newline for readability in runshg --- git-config/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-config/run.sh b/git-config/run.sh index 06249a3..9a693a9 100644 --- a/git-config/run.sh +++ b/git-config/run.sh @@ -24,4 +24,4 @@ if [ -z $(git config --get user.name) ]; then fi printf "\n$${BOLD}git-config: using username: $(git config --get user.name)\n" -printf "$${BOLD}git-config: using email: $(git config --get user.email)\n" +printf "$${BOLD}git-config: using email: $(git config --get user.email)\n\n"