Skip to content

Commit

Permalink
contrib(publish): use text/template instead of html/template
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Oct 20, 2020
1 parent e47d36f commit ee87aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/inertia-publish/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ import (
"crypto/sha256"
"encoding/base64"
"fmt"
"html/template"
"io/ioutil"
"os"
"os/exec"
"path/filepath"
"strings"
"text/template"

"github.com/spf13/cobra"
"github.com/ubclaunchpad/inertia/cmd/core/utils/out"
Expand Down

0 comments on commit ee87aff

Please sign in to comment.