aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/fetch.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions/fetch.bash')
-rw-r--r--lib/actions/fetch.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/fetch.bash b/lib/actions/fetch.bash
index 4c95b0a..361d46e 100644
--- a/lib/actions/fetch.bash
+++ b/lib/actions/fetch.bash
@@ -50,7 +50,7 @@ download_core() {
mkdir -p -- "$destination"
tarball="$(fetch_http "$source")" \
- && tar xzf "$tarball" -C "$destination" --strip-components=1 \
+ && tar xzf "$tarball" -C "$destination" \
&& return
crit "Failed to download $destination"