Skip to content

Commit

Permalink
Merge pull request #8 from rosenfeld/master
Browse files Browse the repository at this point in the history
small typo fix
  • Loading branch information
mkristian committed May 23, 2012
2 parents 8effc41 + 38b6a5d commit 4813165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jbundler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
aether = JBundler::AetherRuby.new(config)

mavenfile.populate_unlocked(aether)
gemfile_lock.populate_depedencies(aether)
gemfile_lock.populate_dependencies(aether)
mavenfile.populate_locked(aether)

aether.resolve
Expand Down
2 changes: 1 addition & 1 deletion lib/jbundler/gemfile_lock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def mtime
File.mtime(@lockfile) if @lockfile
end

def populate_depedencies(aether)
def populate_dependencies(aether)
if @lockfile
# assuming we run in Bundler context here
# at we have a Gemfile.lock :)
Expand Down

0 comments on commit 4813165

Please sign in to comment.