vici: Fix syntax error in Ruby bindings
I guess nobody uses these.
Fixes: 2c7cfe7630 ("vici: flush-certs command flushes certificate cache")
This commit is contained in:
@@ -450,7 +450,7 @@ module Vici
|
||||
|
||||
##
|
||||
# Flush credential cache.
|
||||
def flush_certs((match = nil)
|
||||
def flush_certs(match = nil)
|
||||
check_success(@transp.request("flush-certs", Message.new(match)))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user