We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34311e commit fc0237fCopy full SHA for fc0237f
templates/mysqlbackup.sh.epp
@@ -56,7 +56,7 @@ ADDITIONAL_OPTIONS="$ADDITIONAL_OPTIONS --skip-routines"
56
<% } -%>
57
58
59
-<%- if $optional_args and type($optional_args) =~ Type(Array) { -%>
+<%- if $optional_args and type($optional_args) =~ Type[Array] { -%>
60
<% $optional_args.each |$arg| { -%>
61
ADDITIONAL_OPTIONS="$ADDITIONAL_OPTIONS <%= $arg %>"
62
<%- } -%>
0 commit comments