Fix typo in Synopsis for galaxycommand fixer (#8573)
This commit is contained in:
parent
f828255103
commit
b2578ee0f9
|
@ -66,5 +66,5 @@ func (FixerGalaxyCommand) Fix(input map[string]interface{}) (map[string]interfac
|
|||
}
|
||||
|
||||
func (FixerGalaxyCommand) Synopsis() string {
|
||||
return `Replaces "galaxycommad" in ansible-local provisioner configs with "galaxy_command"`
|
||||
return `Replaces "galaxycommand" in ansible-local provisioner configs with "galaxy_command"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue