Skip to content

Commit

Permalink
fix: Doc change from review
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Aug 19, 2024
1 parent decce1e commit 277e1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ environment variable in the docker-compose file. Then you can debug with the run

* USE_{{ trimPrefix "_" $name }}: Enable this feature (or use the FEATURES variable instead)
{{- if $feature.RequiresVersion }}
* {{ $name | upper }}_VERSION: Version to install (or use the FEATURES variable instead)
* {{ $name | upper }}_VERSION (required): Version to install (or use the FEATURES variable instead)
{{- end }}
* DEBUG_{{ trimPrefix "_" $name }}: Debug this feature
{{- range $feature.Configuration }}
Expand Down

0 comments on commit 277e1a7

Please sign in to comment.