This commit is contained in:
parent
bc6a16813d
commit
33119339aa
1 changed files with 7 additions and 7 deletions
|
@ -26,13 +26,13 @@ as if I have misspelled the option:
|
||||||
### What steps will reproduce the problem?
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
[[!format sh """
|
[[!format sh """
|
||||||
echo hi > file
|
echo hi > file
|
||||||
git annex init
|
git annex init
|
||||||
git annex add file
|
git annex add file
|
||||||
git commit -m "Test commit"
|
git commit -m "Test commit"
|
||||||
git annex find --largerthan 1 # << this lists "file"
|
git annex find --largerthan 1 # << this lists "file"
|
||||||
git annex findkeys --largerthan 1 # << this fails
|
git annex findkeys --largerthan 1 # << this fails
|
||||||
]]
|
"""]]
|
||||||
|
|
||||||
### What version of git-annex are you using? On what operating system?
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue