summaryrefslogtreecommitdiff
path: root/scripts/vendor/expected.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vendor/expected.sh')
-rwxr-xr-xscripts/vendor/expected.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendor/expected.sh b/scripts/vendor/expected.sh
index 58c98902f6..66951a115b 100755
--- a/scripts/vendor/expected.sh
+++ b/scripts/vendor/expected.sh
@@ -7,7 +7,7 @@ ROOT=expected-lite-$VERSION
download "https://github.com/martinmoene/expected-lite/archive/$VERSION.tar.gz"
init
-extract "$ROOT/include" "$ROOT/LICENSE.txt"
+extract_gzip "$ROOT/include" "$ROOT/LICENSE.txt"
mv include/nonstd/expected.hpp include
rm -rf include/nonstd
file_list include -name "*.hpp"