summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/chaos_importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chaos_importer.rb b/lib/chaos_importer.rb
index cb54093..db2a96b 100644
--- a/lib/chaos_importer.rb
+++ b/lib/chaos_importer.rb
@@ -20,7 +20,7 @@ class ChaosImporter
20 20
21 def initialize path 21 def initialize path
22 unless Node.root 22 unless Node.root
23 Node.create! 23 Node.create! :slug => "root"
24 end 24 end
25 25
26 @directory = path 26 @directory = path