Skip to content

Commit

Permalink
Statically save trout origin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Sep 28, 2010
1 parent 1b4514d commit a92abc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/suspenders.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def download_file(uri_string, destination)
end

def origin
`git config --get remote.origin.url`.strip
"git@github.com:thoughtbot/suspenders-gem.git"
end

def trout(destination_path)
Expand Down

0 comments on commit a92abc8

Please sign in to comment.