Skip to content

Commit

Permalink
fix go gen docker module
Browse files Browse the repository at this point in the history
fixes the config for the docker module since the directory is lowercase `dockerfile`.
  • Loading branch information
Alice Wasko authored Jun 7, 2024
1 parent a72b58b commit 4c81132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/go/generator-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ modules:
targetDir: base
requiredModules: []
- name: Dockerfile
sourceDir: modules/Dockerfile
sourceDir: modules/dockerfile
targetDir: base
requiredModules: []

Expand Down

0 comments on commit 4c81132

Please sign in to comment.