Merge pull request #20005 from hashicorp/b-statemgr-avoid-html-escaping

states/statemgr: Avoid HTML escaping when printing LockInfo
pull/20004/head
Radek Simko 7 years ago committed by GitHub
commit aaf4319953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,11 +6,11 @@ import (
"encoding/json"
"errors"
"fmt"
"html/template"
"math/rand"
"os"
"os/user"
"strings"
"text/template"
"time"
uuid "github.com/hashicorp/go-uuid"

Loading…
Cancel
Save