Closed jcf closed 14 years ago
Hi Nick,
I've forked sheepsafe and changed a couple of things I thought you might be interested in. Here's a summary of what's in this pull request:
~/.sheepsafe
SheepSafe::Config::FILE
YAML.load_file
@config
#write
#config
Config
All the tests are passing. I have another pull request I'm about to send but I'm not sure you'll want these changes in your master branch.
Looks good, thanks.
Hi Nick,
I've forked sheepsafe and changed a couple of things I thought you might be interested in. Here's a summary of what's in this pull request:
~/.sheepsafe
can't be found to use the same path as the one inSheepSafe::Config::FILE
YAML.load_file
when reading the config file@config
instance variable in#write
with a call to the#config
attribute reader, which is used elsewhere inConfig
already.All the tests are passing. I have another pull request I'm about to send but I'm not sure you'll want these changes in your master branch.