Skip to content

Commit 624dee8

Browse files
committed
Remove the strip components option
1 parent e97a548 commit 624dee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PATH=${build_pack_dir}:$PATH
6969
)
7070

7171
rm -rf ${elixir_root}
72-
tar zxf ${cache_dir}/${elixir_tar} --strip-components=2
72+
tar zxf ${cache_dir}/${elixir_tar}
7373
mv "elixir-${elixir_version}" ${elixir_root}
7474

7575
echo "Listing cache dir"

0 commit comments

Comments
 (0)