Skip to content

Commit

Permalink
Modify the indent
Browse files Browse the repository at this point in the history
  • Loading branch information
golirev committed Jul 23, 2016
1 parent c4b802c commit 85639d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/dependencies/knapsack.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ dependencies.each do |dependency_key, dependency|
if compiler.knap_path
files_url = "#{dependency.url}/#{compiler.knap_path}/x64"
else
files_url = "#{dependency.url}/x64"
files_url = "#{dependency.url}/x64"
end
else
files = dependency.files
if compiler.knap_path
files_url = "#{dependency.url}/#{compiler.knap_path}/x86"
else
files_url = "#{dependency.url}/x86"
end
files_url = "#{dependency.url}/x86"
end
end

download_path = RubyInstaller::DOWNLOADS
Expand Down

0 comments on commit 85639d9

Please sign in to comment.