From ece03e32c69ca62a71032ba5d9b533052ed9b9b1 Mon Sep 17 00:00:00 2001 From: ren Date: Fri, 23 Jun 2023 00:37:46 -0600 Subject: [PATCH] simpler repo init --- init-repo.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init-repo.sh b/init-repo.sh index 38758aa..e21947b 100755 --- a/init-repo.sh +++ b/init-repo.sh @@ -1,5 +1,4 @@ #!/bin/sh git config user.email "varun@fedora.email" git config user.name "ren" -echo "you need to set up the PATH for GEMIBLOG" -echo "GET INPUT AND ASSIGN IT TO A LOCAL PERMAMENT VARIABLE" +echo "you need to set up the PATH for GEMIBLOG on the server."