diff --git a/doc/bugs/importtree_not_supported_in_adb_remote.mdwn b/doc/bugs/importtree_not_supported_in_adb_remote.mdwn index 6a4b51754f..1d6145e970 100644 --- a/doc/bugs/importtree_not_supported_in_adb_remote.mdwn +++ b/doc/bugs/importtree_not_supported_in_adb_remote.mdwn @@ -11,11 +11,13 @@ git-annex: initremote: 1 failed ``` ### What steps will reproduce the problem? +``` mkdir testAdbRemote cd testAdbRemote git init git annex init git annex initremote android type=adb androiddirectory=/sdcard/DCIM encryption=none exporttree=yes importtree=yes +``` ### What version of git-annex are you using? On what operating system? Latest conda one in Ubuntu 18.04 LTS