Skip to content

Commit

Permalink
fix :ref git option which was previously named :commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Sierles committed Dec 23, 2009
1 parent b81b730 commit 64b1350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/dsl.rb
Expand Up @@ -171,7 +171,7 @@ def _find_directory_source(path)

def _handle_git_option(name, version, options)
git = options[:git].to_s
ref = options[:commit] || options[:tag]
ref = options[:ref] || options[:tag]
branch = options[:branch]

if source = @git || @git_sources[git]
Expand Down

0 comments on commit 64b1350

Please sign in to comment.