Formatting

This commit is contained in:
Chris Bednarski 2015-07-16 19:34:36 -07:00
parent 2f5f6c159b
commit f3f3d1fe73
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ type Config struct {
LoginUsername string `mapstructure:"login_username"`
LoginPassword string `mapstructure:"login_password"`
LoginServer string `mapstructure:"login_server"`
Pty bool
Pty bool
ctx interpolate.Context
}