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