Skip to content

Commit

Permalink
submit to devel:languages:python instead of openSUSE:Factory
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHuang authored and ChHuang committed Aug 12, 2024
1 parent 4e45ebd commit e10967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_release_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def commit(self) -> None:
Action(
type=ActionType.SUBMIT,
source=Source(project=self.project, package=self.package),
target=Target(project=self.pproject, package=self.package)
target=Target(project="devel:languages:python", package=self.package)
)
]
self.osc.requests.create(actions=actions)
Expand Down

0 comments on commit e10967f

Please sign in to comment.