Commit ae83cf83 authored by Vitaly Lipatov's avatar Vitaly Lipatov

silence check git remote

parent b1f992e5
......@@ -34,7 +34,7 @@ get_current_branch()
get_remote_git_list()
{
local i
for i in $(git remote | uniq) ; do
for i in $(git remote 2>/dev/null | uniq) ; do
if is_girar_name $i ; then
echo $i
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment