Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
flippingbits committed Dec 15, 2010
1 parent d5a408f commit 25e58a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/titan/thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def load_threads
#
def save_threads
pid_files.each { |pid_file| File.delete(File.expand_path(pid_file, TITAN_DIRECTORY)) }
@@threads.each_value{ |thread| thread.save }
@@threads.each_value { |thread| thread.save }
end

#
Expand Down

0 comments on commit 25e58a9

Please sign in to comment.