diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/hcl/app.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb index 6cfa0f8..9c176af 100644 --- a/lib/hcl/app.rb +++ b/lib/hcl/app.rb @@ -133,7 +133,7 @@ EOM      private -    def read_config force=false +    def read_config        if File.exists? CONFIG_FILE          config = YAML::load(File.read(CONFIG_FILE)) || {}          if has_security_command | 
