mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Merge pull request #2439 from SomtochiAma/log-bug
Use text/template library instead of html/template for logs
This commit is contained in:
commit
8c2983c958
1 changed files with 1 additions and 1 deletions
|
|
@ -21,12 +21,12 @@ import (
|
|||
"context"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"io"
|
||||
"os"
|
||||
"sort"
|
||||
"strings"
|
||||
"sync"
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
|
|
|||
Loading…
Reference in a new issue