mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
stupid mistake correction
This commit is contained in:
parent
3b361a9e5b
commit
666b50a56b
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ if not HAS_APT:
|
|||
if ordered_opts:
|
||||
repo_line.append(f"[{' '.join(ordered_opts)}]")
|
||||
|
||||
print("repo_line")
|
||||
repo_line += [self.uri, self.dist, " ".join(self.comps)]
|
||||
if self.comment:
|
||||
repo_line.append(f"#{self.comment}")
|
||||
|
|
Loading…
Add table
Reference in a new issue