Skip to content

Commit

Permalink
Merge pull request #291 from aztfmod/AL-submodule
Browse files Browse the repository at this point in the history
Update logic for submodule cloning
  • Loading branch information
LaurentLesle authored Nov 25, 2022
2 parents b5c431d + 972d0d1 commit 448c593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ function checkout_module {
git config --global --add safe.directory "${base_folder}/aztfmod"
fi
git submodule init 2>&1
git submodule update --remote --checkout 2>&1
git submodule update --force --checkout 2>&1
fi
fi
}
Expand Down

0 comments on commit 448c593

Please sign in to comment.