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 18:51:43 +02:00
parent f1889ca34a
commit c07dde4b7d
+1 -1
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