Skip to content

Commit

Permalink
fix: use text/template
Browse files Browse the repository at this point in the history
We need to use text/template instead of html/template.

Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard authored and talos-bot committed Apr 14, 2020
1 parent 8212dc6 commit 6d1a620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package cmd
import (
"bytes"
"fmt"
"html/template"
"runtime"
"text/template"

"github.com/spf13/cobra"
"github.com/talos-systems/conform/internal/constants"
Expand Down

0 comments on commit 6d1a620

Please sign in to comment.