Skip to content

fix: correct typo DisableSystemBuilpacks to DisableSystemBuildpacks#2634

Open
saiashok0981 wants to merge 1 commit into
buildpacks:mainfrom
saiashok0981:fix/typo-disable-system-buildpacks
Open

fix: correct typo DisableSystemBuilpacks to DisableSystemBuildpacks#2634
saiashok0981 wants to merge 1 commit into
buildpacks:mainfrom
saiashok0981:fix/typo-disable-system-buildpacks

Conversation

@saiashok0981

Copy link
Copy Markdown

The BuildFlags struct field 'DisableSystemBuilpacks' has been misspelled since the feature was introduced. The public CLI flag '--disable-system-buildpacks' was always correct, but the Go struct identifier was missing the letter 'd', making it inconsistent and confusing for contributors reading the source code.

This commit:

  • Renames BuildFlags.DisableSystemBuilpacks -> BuildFlags.DisableSystemBuildpacks
  • Updates the flag binding in buildCommandFlags() to use the corrected field
  • Updates the BuildOptions struct literal to reference the corrected field

No behavioral change; purely a naming correction. The generated CLI flag name remains '--disable-system-buildpacks' as before.

Signed-off-by: [email protected]

Summary

Output

Before

After

Documentation

  • Should this change be documented?
    • Yes, see #___
    • No

Related

Resolves #___

The BuildFlags struct field 'DisableSystemBuilpacks' has been misspelled
since the feature was introduced. The public CLI flag
'--disable-system-buildpacks' was always correct, but the Go struct
identifier was missing the letter 'd', making it inconsistent and
confusing for contributors reading the source code.

This commit:
- Renames BuildFlags.DisableSystemBuilpacks -> BuildFlags.DisableSystemBuildpacks
- Updates the flag binding in buildCommandFlags() to use the corrected field
- Updates the BuildOptions struct literal to reference the corrected field

No behavioral change; purely a naming correction. The generated CLI flag
name remains '--disable-system-buildpacks' as before.

Signed-off-by: [email protected]
@saiashok0981 saiashok0981 requested review from a team as code owners June 17, 2026 18:00
@github-actions github-actions Bot added this to the 0.41.0 milestone Jun 17, 2026
@github-actions github-actions Bot added the type/enhancement Issue that requests a new feature or improvement. label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/enhancement Issue that requests a new feature or improvement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant