summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/edoors/spin.rb2
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
#