mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
get.sh: remove superfluous command in try_git()
A git-pull is performed immediately after git-fetch. Git-pull already performs git-fetch as a prerequisite. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -149,7 +149,6 @@ try_git()
|
||||
( x_ git -C "$gitdest" remote remove backup ) || :
|
||||
x_ git -C "$gitdest" remote add main "$4"
|
||||
x_ git -C "$gitdest" remote add backup "$5"
|
||||
( x_ git -C "$gitdest" fetch --all ) || :
|
||||
( x_ git -C "$gitdest" pull --all ) || :; :
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user