Skip to content

Commit

Permalink
Merge pull request #556 from kohidave/master
Browse files Browse the repository at this point in the history
Move to text/template instead of html/template
  • Loading branch information
sonofachamp authored Dec 18, 2019
2 parents 212cdd6 + 8c3bee5 commit 11e3546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/pkg/cli/pipeline_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"bytes"
"errors"
"fmt"
"html/template"
"text/template"
"os"
"path/filepath"
"regexp"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/deploy/cloudformation/stack/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package stack
import (
"bytes"
"fmt"
"html/template"
"text/template"
"sort"
"strings"

Expand Down

0 comments on commit 11e3546

Please sign in to comment.