Fix typo in Synopsis for galaxycommand fixer (#8573)

This commit is contained in:
Ricard Clau 2020-01-07 11:05:35 +01:00 committed by Adrien Delorme
parent f828255103
commit b2578ee0f9
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}