diff options
author | http://grossmeier.net/ <greg@web> | 2012-11-28 22:32:12 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-28 22:32:12 +0000 |
commit | 1f40c163f108c9940400dc0157c7d31169bdf9c2 (patch) | |
tree | 88d970d5225e93beb9e8e2d7097d166895a756d2 /doc/bugs/git-annex_webapp_command_not_found.mdwn | |
parent | ee8cd2c8c0b2b018f42ba8fc97e2f88cb2c4a978 (diff) |
Diffstat (limited to 'doc/bugs/git-annex_webapp_command_not_found.mdwn')
-rw-r--r-- | doc/bugs/git-annex_webapp_command_not_found.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_webapp_command_not_found.mdwn b/doc/bugs/git-annex_webapp_command_not_found.mdwn new file mode 100644 index 000000000..aeb2c21f9 --- /dev/null +++ b/doc/bugs/git-annex_webapp_command_not_found.mdwn @@ -0,0 +1,23 @@ +###What steps will reproduce the problem? + + greg@x220:~/Music$ git-annex version + git-annex version: 3.20121017 + + greg@x220:~/Documents$ git-annex watch + greg@x220:~/Documents$ git-annex: Daemon is already running. + + greg@x220:~/Documents$ git-annex assistant + greg@x220:~/Documents$ git-annex: Daemon is already running. + + greg@x220:~/Documents$ git-annex webapp + git-annex: unknown command webapp + +This is on an Ubuntu (12.10) machine, using git-annex from ubuntu+1 (13.04), which is just an autosync from sid: + +https://launchpad.net/ubuntu/+source/git-annex/3.20121017 + +###What is the expected output? What do you see instead? +I expect my browser to open the webapp. + + +(Also, it is odd how the output of "Daemon is already running" appears after my prompt is given back to me) |