Skip to content

Commit

Permalink
states/statemgr: Avoid HTML escaping when printing LockInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Jan 15, 2019
1 parent 0995559 commit ea05da8
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 ea05da8

Please sign in to comment.