mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
bugfix: typo
Signed-off-by: Dominik Richter <dominik@vulcanosec.com>
This commit is contained in:
parent
6b8cd1078a
commit
e832a1f2c8
1 changed files with 2 additions and 2 deletions
|
@ -48,5 +48,5 @@ def start_mysql_session( user=nil, password=nil )
|
|||
end
|
||||
|
||||
def __mysql__describe__helper *a, &b
|
||||
decribe *a, &b
|
||||
end
|
||||
describe *a, &b
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue