mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Changelog, CLI fix
This commit is contained in:
parent
68f82b9182
commit
2d1f2f319f
3 changed files with 3 additions and 2 deletions
|
@ -96,7 +96,7 @@ func execPublish(c *cli.Context) error {
|
|||
icon := c.String("icon")
|
||||
actions := c.String("actions")
|
||||
attach := c.String("attach")
|
||||
markdown := c.Bool("attach")
|
||||
markdown := c.Bool("markdown")
|
||||
filename := c.String("filename")
|
||||
file := c.String("file")
|
||||
email := c.String("email")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue