Commit b3fd0016 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-remove: fix typo

parent ab9ea42e
...@@ -250,7 +250,7 @@ epm_print_remove_command() ...@@ -250,7 +250,7 @@ epm_print_remove_command()
echo "xbps remove -y $*" echo "xbps remove -y $*"
;; ;;
appget|winget) appget|winget)
echo $PMTYPE uninstall -s $*" echo "$PMTYPE uninstall -s $*"
;; ;;
*) *)
fatal "Have no suitable appropriate remove command for $PMTYPE" fatal "Have no suitable appropriate remove command for $PMTYPE"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment