Skip to content

Commit

Permalink
FIX: template.go uses same YAML parser as the rest of the codebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed May 7, 2018
1 parent 8a6e7dd commit 345e0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import yaml "gopkg.in/yaml.v2"
import yaml "github.com/sanathkr/go-yaml"

type ParsedTemplate struct {
Parameters map[string]ParsedParameterSpec `yaml:"Parameters"`
Expand Down

0 comments on commit 345e0ff

Please sign in to comment.