diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-10 17:32:41 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-10 17:32:41 +0200 |
commit | 71fa3a07057f7ba1d2b27c0b3e98d71354b4a049 (patch) | |
tree | d6bf580caaf9476fc316825a1e35dba5507f0793 /lib/edoors | |
parent | 237d0ef10a5b726196ede1df38f2584aca0f40aa (diff) | |
download | edoors-ruby-71fa3a07057f7ba1d2b27c0b3e98d71354b4a049.zip edoors-ruby-71fa3a07057f7ba1d2b27c0b3e98d71354b4a049.tar.gz |
Spin: default hibernate file path -> edoors-hibernate-..:
Diffstat (limited to 'lib/edoors')
-rw-r--r-- | lib/edoors/spin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoors/spin.rb b/lib/edoors/spin.rb index fa3c577..9894409 100644 --- a/lib/edoors/spin.rb +++ b/lib/edoors/spin.rb @@ -33,7 +33,7 @@ module Edoors # @run = false @hibernation = o['hibernation']||false - @hibernate_path = 'iotas-hibernate-'+n+'.json' + @hibernate_path = 'edoors-hibernate-'+n+'.json' @debug_errors = o[:debug_errors]||o['debug_errors']||false @debug_routing = o[:debug_routing]||o['debug_routing']||false # |