From b9a2e9291f5196d8ff255fbd910f0dcbe0665a9e Mon Sep 17 00:00:00 2001 From: NGnius Date: Wed, 13 May 2020 19:45:02 -0400 Subject: [PATCH] Minor update --- git_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_push.sh b/git_push.sh index bd143d2..b6445e1 100755 --- a/git_push.sh +++ b/git_push.sh @@ -47,6 +47,6 @@ fi git pull origin master # Pushes (Forces) the changes in the local repository up to the remote repository -echo "Git pushing to https://github.com/${git_user_id}/${git_repo_id}.git" +echo "Git pushing to https://${git_repo_id}.git" git push origin master 2>&1 | grep -v 'To https'