mirror of https://github.com/perkeep/perkeep.git
camput: Change permanode -name to use the attribute "title" to match camlistore UI
Change-Id: I74e97fa22a5710b3f4d510d1d3c7de2d69b343ae
This commit is contained in:
parent
0ffdf29f8a
commit
69ec51052f
|
@ -63,8 +63,8 @@ func (c *permanodeCmd) RunCommand(up *Uploader, args []string) os.Error {
|
|||
handleResult("permanode", permaNode, err)
|
||||
|
||||
if c.name != "" {
|
||||
put, err := up.UploadAndSignMap(schema.NewSetAttributeClaim(permaNode.BlobRef, "name", c.name))
|
||||
handleResult("claim-permanode-name", put, err)
|
||||
put, err := up.UploadAndSignMap(schema.NewSetAttributeClaim(permaNode.BlobRef, "title", c.name))
|
||||
handleResult("claim-permanode-title", put, err)
|
||||
}
|
||||
if c.tag != "" {
|
||||
tags := strings.Split(c.tag, ",")
|
||||
|
|
Loading…
Reference in New Issue