actually run the fixer

This commit is contained in:
Megan Marsh 2020-05-28 13:14:45 -07:00
parent 45be673c0f
commit 1edc931e7f
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ func init() {
"ssh-wait-timeout": new(FixerSSHTimout),
"docker-tag-tags": new(FixerDockerTagtoTags),
"vsphere-iso-net-disk": new(FixerVSphereNetworkDisk),
"iso-checksum-type-and-url": new(FixerISOChecksumTypeAndURL),
}
FixerOrder = []string{
@ -83,5 +84,6 @@ func init() {
"comm-config",
"ssh-wait-timeout",
"vsphere-iso-net-disk",
"iso-checksum-type-and-url",
}
}