Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Oct 2, 2024
1 parent 61a074a commit 68c45ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ git_clone_reset() {

for repo in "${repo_array[@]}"; do
if git clone -b "$branch" --depth 1 "$repo" 2>/dev/null; then
echo "we cloned $repo"
local repo_name=$(basename "$repo" .git)
cd "$repo_name" || return 1
git reset --hard "$commit"
Expand Down

0 comments on commit 68c45ae

Please sign in to comment.