Skip to content

Commit

Permalink
Rename conf.Options.build_type to vm_type to be consistent with obs b…
Browse files Browse the repository at this point in the history
…uild and osc --vm-type option
  • Loading branch information
dmach committed Sep 27, 2023
1 parent 88c2bf4 commit 28efb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ def apiurl_aliases(self):
ini_key="build-jobs",
) # type: ignore[assignment]

build_type: Optional[str] = Field(
vm_type: Optional[str] = Field(
default=None,
description=textwrap.dedent(
"""
Expand Down

0 comments on commit 28efb43

Please sign in to comment.