Skip to content

Commit

Permalink
Make the path of the config file.. well, configurable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Donovan committed Jun 13, 2008
1 parent 9946006 commit 7c2f51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-campfire.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'sinatra'
require 'erb'

REPOS = YAML.load_file('config.yml')
REPOS = YAML.load_file(ENV['CONFIG'] || 'config.yml')

class GithubCampfire
attr_reader :repo
Expand Down

0 comments on commit 7c2f51b

Please sign in to comment.