Skip to content

Commit

Permalink
fixed downloading of seven_zip error
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiginous committed Nov 2, 2009
1 parent 1b375a9 commit b9b752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pik/commands/install_command.rb
Expand Up @@ -58,7 +58,7 @@ def extract(target, file)
FileUtils.mkdir_p target
extract_(file, target)
else
file = download_seven_zip
download_seven_zip
extract(target, file)
end
end
Expand Down

0 comments on commit b9b752c

Please sign in to comment.