aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brv@gmail.com>2017-07-08 00:17:55 +0200
committerdd3boh <dade.garberi@gmail.com>2017-07-13 09:50:08 +0200
commitb8ed8c86e82ca8ee9ef8e3236be0bb20aac2594c (patch)
tree0e6c6dcdc1c4c6b5de4f10e0681a5b98843b5148 /extract-files.sh
parentd016a7d4bdd6734fb29f24f92912fed1f3640e29 (diff)
extract-files: fix device/vendor (wrong way round)
Change-Id: I531add96f3d54051775b7269bc2bf3eccbd2f194
Diffstat (limited to '')
-rw-r--r--extract-files.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 25a2a1b..b7529ef 100644
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -18,8 +18,8 @@
set -e
-DEVICE=zuk
-VENDOR=z2_plus
+DEVICE=z2_plus
+VENDOR=zuk
# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"