Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Formula: Update name of list command
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Nov 27, 2019
1 parent eb44677 commit 6ab5a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/elektra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def install
test do
output = shell_output("#{bin}/kdb get system/elektra/version/infos/licence")
assert_match "BSD", output
Utils.popen_read("#{bin}/kdb", "list").split.each do |plugin|
Utils.popen_read("#{bin}/kdb", "plugin-list").split.each do |plugin|
system "#{bin}/kdb", "plugin-check", plugin
end
end
Expand Down

0 comments on commit 6ab5a00

Please sign in to comment.