fix: 🐛 Make sdeject command more useful

This commit is contained in:
Berkus Decker 2023-02-02 00:20:34 +02:00 committed by Berkus Decker
parent df135952e9
commit 2313b0cf97
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ script = [
[tasks.sdeject]
dependencies = ["sdcard"]
script = [
"diskutil unmount ${VOLUME}"
"diskutil ejectAll ${VOLUME}"
]
[tasks.chainboot]