Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet committed Jan 3, 2017
1 parent f96de9d commit 9eafe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/helpers/yarn_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def install_node
instrument "node.download" do
untared_folder = "node-v#{node_version}-linux-x64"
topic "installing #{untared_folder}"
@yarn_fetcher.fetch_untar("v#{node_version}/#{untared_folder}.tar.gz", "#{untared_folder}/bin")
@node_fetcher.fetch_untar("v#{node_version}/#{untared_folder}.tar.gz", "#{untared_folder}/bin")
FileUtils.mkdir("./node")
FileUtils.cp_r("#{untared_folder}/.", "./node")
FileUtils.rm_rf(untared_folder)
Expand Down

0 comments on commit 9eafe3b

Please sign in to comment.