Skip to content

Commit

Permalink
Removing extra brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Bergstrom committed Sep 16, 2015
1 parent 8da7443 commit 3a77c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew-gem
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class <%= klass %> < Formula

def install
# Copy user's RubyGems config to temporary build home.
buildpath_gemrc = "#{ENV['HOME']}/.gemrc}"
buildpath_gemrc = "#{ENV['HOME']}/.gemrc"
if File.exists?('<%= user_gemrc %>') && !File.exists?(buildpath_gemrc)
FileUtils.cp('<%= user_gemrc %>', buildpath_gemrc)
end
Expand Down

0 comments on commit 3a77c87

Please sign in to comment.