From 9f86f2dc08016b9d344b8131909b95d04cbed6b7 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Wed, 19 Aug 2020 21:55:16 +0200 Subject: [PATCH] Fix typo --- .config/zsh/plugins/functionsPost.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/plugins/functionsPost.zsh b/.config/zsh/plugins/functionsPost.zsh index 40874de..f8e3865 100644 --- a/.config/zsh/plugins/functionsPost.zsh +++ b/.config/zsh/plugins/functionsPost.zsh @@ -327,6 +327,6 @@ safe-remove() { [ -e "$1" ] || return 1 sync - udiskctl unmount -b "$1" || return 1 - udiskctl power-off -b "/dev/$(lsblk -no pkname "$1")" + udisksctl unmount -b "$1" || return 1 + udisksctl power-off -b "/dev/$(lsblk -no pkname "$1")" }