chore: change command timeout flag (#138)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-03-11 14:36:17 +08:00
committed by GitHub
parent e79f8934dc
commit 56b67e1314
6 changed files with 63 additions and 40 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ type (
Host []string
Port int
Timeout time.Duration
CommandTimeout int
CommandTimeout time.Duration
Script []string
ScriptStop bool
Secrets []string