mirror of
https://github.com/Bhupesh-V/ugit.git
synced 2026-09-10 07:26:20 -04:00
Update ugit: fix syntax
Co-authored-by: Bhupesh Varshney <varshneybhupesh@gmail.com>
This commit is contained in:
parent
55a92b20f8
commit
c16a6d9114
2
ugit
2
ugit
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue