Skip to content

Commit

Permalink
remove channel
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Nov 27, 2023
1 parent a7aa37b commit 6bc5878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsconf/component/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def install_resource2(
f"{self.module_name}/{basename}", self.j2_ctx, host_f
)

def install_rpm_key(self, rpm_key, channel=None):
def install_rpm_key(self, rpm_key):
self._write_binary(
self.j2_ctx.build.dst_d.join(rpm_key),
db.resource_path(
Expand Down

0 comments on commit 6bc5878

Please sign in to comment.