Skip to content

Commit

Permalink
Removed redundant closing "
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer committed Jul 29, 2019
1 parent 835bc80 commit 31ce149
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 @@ -68,7 +68,7 @@ type Config struct {
Tags []string `json:"tags"`
TFStatePath string `json:"tf_state_path"`
Version string `json:"version"`
VMProvisioningType string `json:"vm_provisioning_type""`
VMProvisioningType string `json:"vm_provisioning_type"`
WorkerType string `json:"worker_type"`
}

Expand Down

0 comments on commit 31ce149

Please sign in to comment.