From 2313b0cf976c9d58c596ca5796654e6d4e1fb518 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Thu, 2 Feb 2023 00:20:34 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Make=20sdeject=20command?= =?UTF-8?q?=20more=20useful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 04cc955..b2e160a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -204,7 +204,7 @@ script = [ [tasks.sdeject] dependencies = ["sdcard"] script = [ - "diskutil unmount ${VOLUME}" + "diskutil ejectAll ${VOLUME}" ] [tasks.chainboot]