diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index be969dba..013a8b44 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -38,7 +38,7 @@ cd "$gits_folder/flathub" && echo "Moving in $gits_folder/flathub" || exit 1 git checkout -b "$relname" echo "Current directory: $(pwd)" ls -lah -git rm -rfv * +git rm -rf * git clean -fxd # restroing git index # Copying only a few files as the others are cloned by git in retrodeck.sh