From b2578ee0f9cbbd93640efb5dcc17ff181df8283e Mon Sep 17 00:00:00 2001 From: Ricard Clau Date: Tue, 7 Jan 2020 11:05:35 +0100 Subject: [PATCH] Fix typo in Synopsis for galaxycommand fixer (#8573) --- fix/fixer_galaxy_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix/fixer_galaxy_command.go b/fix/fixer_galaxy_command.go index 599f6b611..5e2ed8a37 100644 --- a/fix/fixer_galaxy_command.go +++ b/fix/fixer_galaxy_command.go @@ -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"` }