Skip to content

Commit

Permalink
Correct function description to say it uses rpmbuild
Browse files Browse the repository at this point in the history
Fixes: bec3997 ("Add srpm-build to replace tito build")
  • Loading branch information
ekohl authored and ehelms committed Sep 26, 2023
1 parent 5ca4bce commit 9978988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obal/data/modules/srpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def build_srpm(module, package, base_dir, sources_dir, scl=None):

def main():
"""
Build a package using tito
Build a package using rpmbuild
"""
module = AnsibleModule(
argument_spec=dict(
Expand Down

0 comments on commit 9978988

Please sign in to comment.