mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #154859 from schnusch/mpv_sponsorblock
This commit is contained in:
commit
b4ac5539ea
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ ! -d "$git_dir" ]; then
|
|||
git init --initial-branch="$git_branch" "$git_dir"
|
||||
git -C "$git_dir" remote add origin "$git_url"
|
||||
fi
|
||||
git -C "$git_dir" fetch --depth=1 origin "$git_branch"
|
||||
git -C "$git_dir" fetch origin "$git_branch"
|
||||
|
||||
# use latest commit before today, we should not call the version *today*
|
||||
# because there might still be commits coming
|
||||
|
|
Loading…
Reference in a new issue