Skip to content

Commit f337baf

Browse files
committed
cook-book deps
1 parent 856ce67 commit f337baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/recipes/install/cookbook_virtualenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
code <<-REQ
4747
#{virtualenv_path}/bin/pip install try
4848
if [ $? -ne 0 ]; then
49-
tar xzf cookbook-dependencies.tgz
49+
tar xzf #{node['cluster']['base_dir']}/cookbook-dependencies.tgz
5050
cd dependencies
5151
#{virtualenv_path}/bin/pip install * -f ./ --no-index
5252
fi

0 commit comments

Comments
 (0)