Skip to content

Commit

Permalink
introduced a stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gotascii committed Nov 17, 2010
1 parent 1499a92 commit 95f98b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/cijoe/campfire.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def self.activate(project_path)
def self.config
campfire_config = Config.new('campfire', @project_path)
@config ||= {
:subdomain => Config.campfire.subdomain.to_s,
:token => Config.campfire.token.to_s,
:room => Config.campfire.room.to_s,
:ssl => Config.campfire.ssl.to_s.strip == 'true'
:subdomain => campfire_config.subdomain.to_s,
:token => campfire_config.token.to_s,
:room => campfire_config.room.to_s,
:ssl => campfire_config.ssl.to_s.strip == 'true'
}
end

Expand Down

0 comments on commit 95f98b0

Please sign in to comment.