Merge branch 'main' into 'main'

remove incorrect alias

See merge request signald/signald-go!9
This commit is contained in:
Robin Schubert 2022-05-12 15:35:39 +00:00
commit bc902f761c

View file

@ -25,7 +25,7 @@ import (
var DeviceCmd = &cobra.Command{
Use: "device",
Aliases: []string{"msg", "devices"},
Aliases: []string{"devices"},
}
func init() {