Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed May 28, 2024
1 parent 43b08b6 commit 787eccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func writeYaml(doc map[string]interface{}, targetFile string) error {

func copyFiles(sourceDir, targetDir string) error {
// Copy the files we're not modifying
files := []string{"jvm-client.options", "jvm11-client.options", "jvm17-client.options", "logback.xml", "logback-tools.xml"}
files := []string{"jvm-clients.options", "jvm11-clients.options", "jvm17-clients.options", "logback.xml", "logback-tools.xml"}

for _, f := range files {
sourceFile := filepath.Join(sourceDir, f)
Expand Down
File renamed without changes.

0 comments on commit 787eccc

Please sign in to comment.