Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Jan 13, 2011
0 parents commit 35bfff2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init.rb
@@ -0,0 +1,8 @@
module Heroku::Command
class Auth < Base
def credentials_file
prefix = (host == 'heroku.com') ? '' : "#{host}_"
"#{home_directory}/.heroku/#{prefix}credentials"
end
end
end

0 comments on commit 35bfff2

Please sign in to comment.