Skip to content

Commit

Permalink
Merge pull request #20005 from hashicorp/b-statemgr-avoid-html-escaping
Browse files Browse the repository at this point in the history
states/statemgr: Avoid HTML escaping when printing LockInfo
  • Loading branch information
radeksimko committed Jan 16, 2019
2 parents 4e14ab7 + ea05da8 commit aaf4319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion states/statemgr/locker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aaf4319

Please sign in to comment.