Merge pull request #9 from steve-todorov/issue-2

Issue 2: Fixing typo which was causing the script to fail.
This commit is contained in:
Dave Conroy
2019-03-01 14:30:20 -08:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ if [ "$PARALLEL_COMPRESSION" = "TRUE " ]; then
else
BZIP="bzip2"
GZIP="gzip"
XZIP=="xz"
XZIP="xz"
fi