[sysadmin/neon-tooling] nci/lib: another stray parenthesis
Carlos De Maine <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 56d12aca1005b3db6c760b4d7e853a71c13ac01a by Carlos De Maine.
Committed on 21/07/2026 at 06:18.
Pushed by carlosdem into branch 'master'.
another stray parenthesis
M +1 -1 nci/lib/setup_repo.rb
https://invent.kde.org/sysadmin/neon-tooling/-/commit/56d12aca1005b3db6c760b4d7e853a71c13ac01a
diff --git a/nci/lib/setup_repo.rb b/nci/lib/setup_repo.rb
index 0d5cafc4..08639d2c 100644
--- a/nci/lib/setup_repo.rb
+++ b/nci/lib/setup_repo.rb
@@ -162,7 +162,7 @@ APT::Default-Release "#{setup_repo_codename}";
# obviously.
lines = [debsrcline(dist: dist)]
File.write("/etc/apt/sources.list.d/neon_src_#{dist}.list", lines)
- puts "lines: #{lines)}"
+ puts "lines: #{lines}"
end
disable_all_src
end