git-info: fix indentation, remove comment

This commit is contained in:
Yuriy VG 2020-08-21 16:01:11 +03:00
parent 73cc666030
commit aaf9ef343b

View file

@ -21,12 +21,10 @@ remote_urls() {
}
echon() {
echo "$@"
echo
echo "$@"
echo
}
# Show info similar to svn
echo
echon "## Remote URLs:"
echon "$(remote_urls)"