Skip to content

Commit

Permalink
s/depencency/dependency/
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah authored and deivid-rodriguez committed Oct 4, 2023
1 parent fa1c809 commit a13cb6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundler/helpers/v1/lib/functions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def self.dependency_source_type(**args)
).type
end

def self.depencency_source_latest_git_version(**args)
def self.dependency_source_latest_git_version(**args)
set_bundler_flags_and_credentials(dir: args.fetch(:dir), credentials: args.fetch(:credentials))
DependencySource.new(
gemfile_name: args.fetch(:gemfile_name),
Expand Down
2 changes: 1 addition & 1 deletion bundler/helpers/v2/lib/functions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def self.dependency_source_type(**args)
).type
end

def self.depencency_source_latest_git_version(**args)
def self.dependency_source_latest_git_version(**args)
set_bundler_flags_and_credentials(dir: args.fetch(:dir), credentials: args.fetch(:credentials))
DependencySource.new(
gemfile_name: args.fetch(:gemfile_name),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def latest_git_version_details
in_a_native_bundler_context do |tmp_dir|
NativeHelpers.run_bundler_subprocess(
bundler_version: bundler_version,
function: "depencency_source_latest_git_version",
function: "dependency_source_latest_git_version",
options: options,
args: {
dir: tmp_dir,
Expand Down

0 comments on commit a13cb6a

Please sign in to comment.