diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-10 22:14:39 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-10 23:11:23 +0100 |
commit | 3263eeb6b67cf2b2290b0c4bd69b298879f1f937 (patch) | |
tree | 04f5270d5fdc8703bea3bcf30c368eba09b5a3bd /include/git.sh | |
parent | 17f3e61a0e4fa84b78ab2951a780d6964095a052 (diff) |
trees: general code cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/git.sh')
-rw-r--r-- | include/git.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/git.sh index b0acd7dc..58f62ef3 100644 --- a/include/git.sh +++ b/include/git.sh @@ -12,7 +12,7 @@ fetch_targets() e "src/$project/$tree" d && return 0 printf "Creating %s tree %s\n" "$project" "$tree" - git_prep "$loc" "$loc" "$PWD/$cfgsdir/$tree/patches" \ + git_prep "$loc" "$loc" "$PWD/$configdir/$tree/patches" \ "${loc%/*}/$tree" u; nuke "$project/$tree" "$project/$tree" } |