Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Update capd_docs.go
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Laabs <patrick.laabs@me.com>
  • Loading branch information
PatrickLaabs committed Feb 28, 2024
1 parent 3f67e50 commit 6501e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/capd/capd_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func MakeReadme(filename string) {
"```" + newLine +
"export GITHUB_TOKEN=" + newLine +
"export GITHUB_USERNAME=" + newLine +
"export GITHUB_MAIL" + newLine +
"export GITHUB_MAIL=" + newLine +
"```"
footer := "Updated on: " + date
data := fmt.Sprintf("%s\n\n%s\n\n%s", header, body, footer)
Expand Down

0 comments on commit 6501e19

Please sign in to comment.