Skip to content

Commit

Permalink
Fix PrivateIP alignment in Config.Google struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski authored Jul 12, 2020
1 parent fe20708 commit 43ebf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ type (
DiskSize int64 `envconfig:"DRONE_GOOGLE_DISK_SIZE"`
DiskType string `envconfig:"DRONE_GOOGLE_DISK_TYPE"`
Project string `envconfig:"DRONE_GOOGLE_PROJECT"`
PrivateIP bool `split_words:"true"`
PrivateIP bool `split_words:"true"`
Tags []string `envconfig:"DRONE_GOOGLE_TAGS"`
UserData string `envconfig:"DRONE_GOOGLE_USERDATA"`
UserDataFile string `envconfig:"DRONE_GOOGLE_USERDATA_FILE"`
Expand Down

0 comments on commit 43ebf5e

Please sign in to comment.