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:
Tobias Brunner 2018-09-17 17:05:23 +02:00
parent f1889ca34a
commit c07dde4b7d
1 changed files with 1 additions and 1 deletions

View File

@ -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