mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
bugfix scope
Signed-off-by: Dominik Richter <dominik@vulcanosec.com>
This commit is contained in:
parent
8d0976a4cc
commit
3440f6f69e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# copyright: 2015, Dominik Richter
|
||||
# license: All rights reserved
|
||||
|
||||
$__SCOPE
|
||||
$__SCOPE = self
|
||||
|
||||
class MysqlSession < Vulcano::Resource
|
||||
def initialize user, pass
|
||||
|
|
Loading…
Reference in a new issue