commands.rb helpers.rb commands/commands.rb commands/helpers.rb move commands.rb and helpers.rb into commands/ dir @@ -56,7 +56,7 @@ module GitHub end def load(file) - file[0] == ?/ ? super : super(BasePath + "/#{file}") + file[0] == ?/ ? super : super(BasePath + "/commands/#{file}") end def debug(*messages) lib/github.rb d462d2a2e60438ded3dd9e8e6593ca4146c5a0ba http://github.com/defunkt/github-gem/commit/c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b Chris Wanstrath chris@ozmm.org c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b 2008-03-02T16:45:41-08:00 2008-03-02T16:45:41-08:00 28a1a1ca3e663d35ba8bf07d3f1781af71359b76 Chris Wanstrath chris@ozmm.org