Skip to content

Commit

Permalink
Merge commit '78b8c653eaa1cb81f8d452c6c9e85e4a18a430bb'
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 13, 2023
2 parents 1b445d4 + 78b8c65 commit 9b44f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/lib/require.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9b44f1e

Please sign in to comment.