git-annex-shell configlist should not be standalone
This makes it initialize the repository with a uuid, and list the uuid, allowing automatic setup of bare repositories when git-annex is used.
This commit is contained in:
parent
56f6923ccb
commit
cf33eff684
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import Command
|
|||
import UUID
|
||||
|
||||
command :: [Command]
|
||||
command = [standaloneCommand "configlist" paramNothing seek
|
||||
command = [repoCommand "configlist" paramNothing seek
|
||||
"outputs relevant git configuration"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
|
|
Loading…
Reference in a new issue