mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
RS, IZ; close the file after writing the backer number
This commit is contained in:
@@ -53,6 +53,6 @@ def warzombie
|
||||
seed_num_hash = {:seed_number => params[:number]}
|
||||
file = File.new(Rails.root.join('config','backer_number.yml'),'w')
|
||||
file.write(seed_num_hash.to_yaml)
|
||||
|
||||
file.close
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user