Skip to content

Commit

Permalink
missed a last cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymc129 committed Jul 12, 2017
1 parent f9cc291 commit bd704b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_runner/yaml_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func cleanYaml(rawYaml []byte) []byte {
return buffer.Bytes()
}

func fillPlaybookTemplate(playbookStr string, variables CLIVariables) (string, error) {
func fillPlaybookTemplate(playbookStr string, variables map[string]string) (string, error) {
t, err := template.New("playbook").Parse(playbookStr)
if err != nil {
return "", err
Expand Down

0 comments on commit bd704b2

Please # to comment.