diff options
| author | Zack Hobson | 2013-12-04 14:39:46 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-04 14:39:46 -0800 | 
| commit | e66e9d855ade9eb7bd8707e2af7fcb2bbc4ac0a5 (patch) | |
| tree | eba8bf24555390d2e738d5447cdadca1b0738f99 | |
| parent | 5e653b93779fe549aaba76c1e302c99cc7486dbf (diff) | |
| download | hcl-e66e9d855ade9eb7bd8707e2af7fcb2bbc4ac0a5.tar.bz2 | |
remove unused var
| -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 | 
