Skip to content

Commit 70525ee

Browse files
committed
fix capital
1 parent 108c671 commit 70525ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/azure/redact
1+
module github.com/Azure/redact
22

33
go 1.19
44

redact_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"strings"
55
"testing"
66

7-
"github.com/azure/redact"
7+
"github.com/Azure/redact"
88
"github.com/stretchr/testify/assert"
99
)
1010

0 commit comments

Comments
 (0)