0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00

Formatting

This commit is contained in:
Jacob McCann 2018-02-14 10:06:42 -06:00
parent 12ce935ca7
commit 77bd39b3ef

View File

@ -122,7 +122,7 @@ func run(c *cli.Context) error {
plugin := Plugin{
Config: Config{
Actions: c.StringSlice("actions"),
Actions: c.StringSlice("actions"),
Vars: vars,
Secrets: secrets,
InitOptions: initOptions,