diff options
Diffstat (limited to 'lib/rbot/post-config.rb')
-rw-r--r-- | lib/rbot/post-config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/post-config.rb b/lib/rbot/post-config.rb index 974ebd0e..182cdfce 100644 --- a/lib/rbot/post-config.rb +++ b/lib/rbot/post-config.rb @@ -2,7 +2,7 @@ File.open('rbotconfig.rb', "w") {|f| f.puts "module Irc" f.puts " module Config" - f.puts " DATADIR = '#{config('datadir')}'" + f.puts " DATADIR = '#{config('datadir')}/rbot'" f.puts " end" f.puts "end" } |