mirror of https://github.com/statping/statping
typos
parent
7e4230f914
commit
2e5ca82f86
|
@ -29,7 +29,7 @@ type commandLine struct {
|
||||||
var command = &commandLine{¬ifier.Notification{
|
var command = &commandLine{¬ifier.Notification{
|
||||||
Method: "command",
|
Method: "command",
|
||||||
Title: "Shell Command",
|
Title: "Shell Command",
|
||||||
Description: "Shell Command allows you to run customize shell or bash commands on the local machine it's running on.",
|
Description: "Shell Command allows you to run a customized shell/bash command on the local machine it's running on.",
|
||||||
Author: "Hunter Long",
|
Author: "Hunter Long",
|
||||||
AuthorUrl: "https://github.com/hunterlong",
|
AuthorUrl: "https://github.com/hunterlong",
|
||||||
Delay: time.Duration(1 * time.Second),
|
Delay: time.Duration(1 * time.Second),
|
||||||
|
@ -40,7 +40,7 @@ var command = &commandLine{¬ifier.Notification{
|
||||||
Title: "Shell or Bash",
|
Title: "Shell or Bash",
|
||||||
Placeholder: "/bin/bash",
|
Placeholder: "/bin/bash",
|
||||||
DbField: "host",
|
DbField: "host",
|
||||||
SmallText: "You can use '/bin/sh', '/bin/bash' or even an absolute path for an application",
|
SmallText: "You can use '/bin/sh', '/bin/bash' or even an absolute path for an application.",
|
||||||
}, {
|
}, {
|
||||||
Type: "text",
|
Type: "text",
|
||||||
Title: "Command to Run on OnSuccess",
|
Title: "Command to Run on OnSuccess",
|
||||||
|
|
Loading…
Reference in New Issue