mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
git-update: Get the revision of the right repository
Typo, should fix the gst-build CI failures.
This commit is contained in:
parent
839acd5bd6
commit
1a75371b8b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def update_subprojects(manifest, no_interaction=False):
|
|||
# that will always fail.
|
||||
ret = git('-C', repo_dir, 'rev-parse', '--symbolic-full-name', 'HEAD')
|
||||
if ret.strip() == 'HEAD':
|
||||
revision = git('rev-parse', 'HEAD').strip()
|
||||
revision = git('-C', repo_dir, 'rev-parse', 'HEAD').strip()
|
||||
if not update_repo(repo_name, repo_dir, revision, no_interaction):
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue