remove echo call

This commit is contained in:
ark-lamp-umbrella 2024-04-12 19:35:30 -07:00
parent e3addc0297
commit 58fbd77df7
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ else
read -P "[INPUT] Commit message: " cmessage
logprint "INFO" "blue" "adding changes to git repo"
git add .
echo "[INFO] Creating commit with message $cmessage"
logprint "INFO" "blue" "creating commit with message \"$cmessage\""
git commit -m "$cmessage"
logprint "INFO" "blue" "pushing to external repository"