summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/gitannex.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/gitannex.py')
-rw-r--r--bitbake/lib/bb/fetch2/gitannex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/gitannex.py b/bitbake/lib/bb/fetch2/gitannex.py
index 0f37897450..e4527f1c75 100644
--- a/bitbake/lib/bb/fetch2/gitannex.py
+++ b/bitbake/lib/bb/fetch2/gitannex.py
@@ -66,7 +66,7 @@ class GitANNEX(Git):
66 66
67 os.chdir(ud.destdir) 67 os.chdir(ud.destdir)
68 try: 68 try:
69 runfetchcmd("%s annex sync" % (ud.basecmd), d) 69 runfetchcmd("%s annex init" % (ud.basecmd), d)
70 except bb.fetch.FetchError: 70 except bb.fetch.FetchError:
71 pass 71 pass
72 72