From 2cb6fef9bc039027a71c19047822683804463279 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Thu, 22 Apr 2021 12:11:00 +0200 Subject: [PATCH] fix cosmetics regarding Used Device info line Signed-off-by: Dan Johansen --- manjaro-arm-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-arm-installer b/manjaro-arm-installer index dfe740c..843089d 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -115,7 +115,7 @@ installer_getarmprofiles () { create_install() { msg "Creating install for $DEVICE..." - info "Used device is ${SDCARD}${SDDEV}" + info "Used device is ${SDCARD}" # fetch and extract rootfs info "Downloading latest $ARCH rootfs..."