Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 6, 2024
1 parent 2d4039a commit 0113fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/bin/update_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def show_diff(original_file, updated_file)
clone_options << " --recurse-submodules --shallow-submodules"
clone_options << " --branch #{$options[:branch]} --single-branch" if $options[:branch]
puts "Cloning repository into #{repo_contents_path}"
puts "git clone #{clone_options.string} #{url} #{repo_contents_path}"
puts "git #{config} clone #{clone_options.string} #{url} #{repo_contents_path}"

Dependabot::SharedHelpers.run_shell_command(
<<~CMD
Expand Down

0 comments on commit 0113fe6

Please sign in to comment.