fix $git_root caching
parent
a29f169b1e
commit
80da2b2840
|
@ -741,7 +741,7 @@ sub git_find_root {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $subdir;
|
return $git_root=$subdir;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue