add comment

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-06-10 17:29:46 +08:00
parent 3b65f97d8f
commit 4d0a3378a1
+1 -1
View File
@@ -77,7 +77,7 @@ func (p Plugin) Exec() error {
return err
}
//
// update content
p.Config.Content = txt
b := new(bytes.Buffer)
json.NewEncoder(b).Encode(p.Config)