diff options
| author | Zack Hobson | 2009-07-21 19:46:30 -0700 |
|---|---|---|
| committer | Zack Hobson | 2009-07-21 19:46:30 -0700 |
| commit | 6443c488f67ae5ed2e45df534ad3dc652c461ba1 (patch) | |
| tree | 5126e88ed1343df655e1f495e858155ac0b7e843 /lib/hcl.rb | |
| parent | d94a9d22eae9366f1667da921164c5593c683609 (diff) | |
| download | hcl-6443c488f67ae5ed2e45df534ad3dc652c461ba1.tar.bz2 | |
Start a task without existing settings, closes #8
Diffstat (limited to 'lib/hcl.rb')
| -rw-r--r-- | lib/hcl.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,8 @@ EOM settings_file = "#{ENV['HOME']}/.hcl_settings" if File.exists? settings_file @settings = YAML.load(File.read(settings_file)) + else + @settings = {} end end |
