Skip to content

Commit

Permalink
cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
RunnerM committed Sep 26, 2022
1 parent d9f3c19 commit f205ddf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.idea
*.tgz
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type testData struct {
//Plot in your own api details for testing.
func TestAll(t *testing.T) {
data := testData{
domain: ".com",
domain: ".com", //add your credentials here to test.
data: "",
accountname: "",
apikey: "",
Expand Down
2 changes: 1 addition & 1 deletion deploy/simply-dns-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: simply-dns-webhook
description: A Helm chart for Simply.com dns01 challenge support for cert-manager
description: A Helm chart for Simply.com dns01 challenge support for cert-manager. Refer to https://github.com/RunnerM/simply-dns-webhook for documentation.

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down

0 comments on commit f205ddf

Please sign in to comment.