[sysadmin/neon-tooling] nci/lib: concat on to the array instead of appending a single string

Carlos De Maine <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 5b42b2e0eebe88ce79d89af89bc41d97aad61bdf by Carlos De Maine.
Committed on 21/07/2026 at 08:45.
Pushed by carlosdem into branch 'master'.

concat on to the array instead of appending a single string

M  +1    -1    nci/lib/setup_repo.rb

https://invent.kde.org/sysadmin/neon-tooling/-/commit/5b42b2e0eebe88ce79d89af89bc41d97aad61bdf

diff --git a/nci/lib/setup_repo.rb b/nci/lib/setup_repo.rb
index 3d6a04dc..a6e82bb8 100644
--- a/nci/lib/setup_repo.rb
+++ b/nci/lib/setup_repo.rb
@@ -62,7 +62,7 @@ module NCI
     deps = %w[pkg-kde-tools debhelper cmake quilt dh-python dh-translations]
     deps << 'pkg-kde-tools-neon' if setup_repo_codename == 'noble'
     unless ENV.fetch('JOB_NAME').match?(/kde-keyring|neon_settings/)
-      deps << 'kde-release-keyring neon-settings-2'
+      deps.concat(%w[kde-release-keyring neon-settings-2])
     end
     raise 'failed to install deps' unless Apt.install(deps)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.