Fix minor bugs.
This commit is contained in:
parent
922ebbb0b1
commit
6472372d53
2 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,7 @@ module Qasim ; module Map
|
|||
line = line.strip
|
||||
linect += 1
|
||||
|
||||
line = env_substitute(line, linect)
|
||||
line = env_substitute(line)
|
||||
|
||||
case line
|
||||
when /^\s*TYPE\s*=\s*(.*)\s*$/ then
|
||||
|
|
|
@ -35,6 +35,7 @@ class Qasim::Map::Ssh < Qasim::Map::Generic
|
|||
# Set defaults properties for maps
|
||||
#
|
||||
def initialize config, map_path
|
||||
super
|
||||
@config = config
|
||||
@path = map_path
|
||||
@host = nil
|
||||
|
|
Loading…
Reference in a new issue