Update main.go

This commit is contained in:
Brad Rydzewski 2016-12-07 18:15:04 -05:00 committed by GitHub
parent 3ce48f4fbc
commit 4c85fe6ea9

View File

@ -21,7 +21,7 @@ func main() {
cli.StringFlag{
Name: "ssh-key",
Usage: "private ssh key",
EnvVar: "PLUGIN_SSH_KEY,SSH_KEY",
EnvVar: "PLUGIN_SSH_KEY,PLUGIN_KEY,SSH_KEY",
},
cli.StringFlag{
Name: "user",