Correct typo in function get_name

Corrects typo in get_name (from get_nam).

Change-Id: Ie72b275f1d09549b304c9ff33eec5fe7a5b176d4
Closes-Bug: 1432838
This commit is contained in:
Steve McLellan 2015-03-16 16:06:22 -05:00
parent 9acd1d0833
commit 663875fcb8

View File

@ -135,7 +135,7 @@ function get_ref {
git rev-parse HEAD
}
function get_nam {
function get_name {
local remote_name=${1:-""}
name=$(get_location ${remote_name})
echo $(basename ${name##*:} .git)