Update ugit: fix syntax

Co-authored-by: Bhupesh Varshney <varshneybhupesh@gmail.com>
This commit is contained in:
Kopal Chakravarty 2022-08-09 09:11:11 +05:30 committed by GitHub
parent 55a92b20f8
commit c16a6d9114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ugit
View file

@ -270,7 +270,7 @@ undo_all() {
undo_git_tag() {
# Fetch all tags from remote
if git fetch --all --tags > /dev/null 2>&1; then
printf "\n Fetching tags from remote"
printf "\nFetching tags from remote"
else
perror "Unable to fetch tags from remote.Please check repository access."
exit