fix add_github_remote

This commit is contained in:
Ivan Malison 2015-08-04 03:48:18 -07:00
parent 609793bc5b
commit 0824c476d2

View File

@ -393,7 +393,7 @@ function find_by_size {
function get_git_project_name {
# "$(basename $(git rev-parse --show-toplevel))"
basename $(git remotes | get_cols 2)
basename $(git remotes | get_cols 2 | head -n 1)
}
function add_github_remote {