Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
miagilepner committed Apr 20, 2023
1 parent 5225e26 commit fe2455c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/20257.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
command/server: Fix incorrect paths for `-dev-tls` flag on Windows
```
3 changes: 1 addition & 2 deletions command/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"

"github.com/hashicorp/vault/sdk/physical"
physInmem "github.com/hashicorp/vault/sdk/physical/inmem"
"github.com/mitchellh/cli"
"github.com/stretchr/testify/require"
)

func init() {
Expand Down

0 comments on commit fe2455c

Please sign in to comment.