This commit is contained in:
pika 2025-07-03 16:31:56 +02:00
parent 1b0e5aab3e
commit feb54694a4

View file

@ -524,7 +524,7 @@ __git__() {
fi fi
case $commit_files in case $commit_files in
./.) commit_message="wip" ;; './.') commit_message="wip" ;;
*) *)
echo "${GREEN}Committed files/folders: ${BOLD}${commit_files[*]}${NC}" echo "${GREEN}Committed files/folders: ${BOLD}${commit_files[*]}${NC}"
;; ;;