summaryrefslogtreecommitdiff
path: root/include/git.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-29 19:59:16 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-29 19:59:16 +0100
commit7bf28352078951e9eb78ec1aa467346031c8628e (patch)
tree0ed1f76dcfce47f46e8c89ad3672b87277fa38b7 /include/git.sh
parente0c244f37b1c267cf8defd6e060e6ed3695c547f (diff)
git.sh: rename Fetch_project_trees fetch_targets
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/git.sh')
-rwxr-xr-xinclude/git.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/git.sh
index 3802e316..f65fe85e 100755
--- a/include/git.sh
+++ b/include/git.sh
@@ -5,7 +5,7 @@
eval `setvars "" _target rev loc url bkup_url depend tree_depend xtree mdir \
subhash subrepo subrepo_bkup subfile subfile_bkup`
-fetch_project_trees()
+fetch_targets()
{
_target="$target"
[ ! -d "src/$project/$project" ] && x_ mkdir -p "src/$project" \