Skip to content

Commit 665ef5f

Browse files
authored
fixes commit SHA in docs/go.sum (#4315)
- The release tag for nginx-hugo-theme v0.37.0 was deleted and re-created, which caused hugo to return a security error when downloading the theme. Because I know the DocOps team deleted and re-created the release, I replaced the old SHA in the go.sum file with the correct, newer one to resolve the issue.
1 parent 1342aa6 commit 665ef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/go.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/nginxinc/nginx-hugo-theme v0.37.0 h1:bRxwtzpgud0Th4+wvx5To+B3f1j8WKP4HcV6leoCNSQ=
1+
github.com/nginxinc/nginx-hugo-theme v0.37.0 h1:kiWaP2RvbxFLUnPnS5/vOi4XB4zc2YCYlbHlnr0K2xA=
22
github.com/nginxinc/nginx-hugo-theme v0.37.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)