Skip to content

Commit

Permalink
fixes commit SHA in docs/go.sum
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
jputrino committed Sep 1, 2023
1 parent 1342aa6 commit 3fdd3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/nginxinc/nginx-hugo-theme v0.37.0 h1:bRxwtzpgud0Th4+wvx5To+B3f1j8WKP4HcV6leoCNSQ=
github.com/nginxinc/nginx-hugo-theme v0.37.0 h1:kiWaP2RvbxFLUnPnS5/vOi4XB4zc2YCYlbHlnr0K2xA=
github.com/nginxinc/nginx-hugo-theme v0.37.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 comments on commit 3fdd3d2

Please sign in to comment.