2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

build-packge: fix 'clean'

This commit is contained in:
Christopher Roy Bratusek 2020-08-19 18:37:46 +02:00
parent 44dbc9806a
commit cb49703cd0

View File

@ -192,7 +192,7 @@ for opt in ${@}; do
case "${user_input}" in
y | Y | j | J )
git clean -fd
git clean -fdX
;;
* )