diff --git a/require.sh b/require.sh index 781a94364..e30b19611 100644 --- a/require.sh +++ b/require.sh @@ -181,7 +181,8 @@ function clone() { else cd "$path/$dir" || return - origin_url=$(git remote get-url origin 2>/dev/null) + # origin_url=$(git remote get-url origin 2>/dev/null) + origin_url=$(git config --get remote.origin.url) if [[ "$repo" == "${origin_url%.git}" ]]; then action git "$repo_name ${F_GRAY}${F_RESET}"