New backup 2024-06-15 12:45:02

This commit is contained in:
Penelope Gwen 2024-06-15 12:45:02 -06:00
parent 462bd51bc7
commit 724a930fc6

View file

@ -48,7 +48,7 @@ pushall() {
case "${bool_tag}" in
[yY]|[yY][eE][sS])
read -p "Tag version: " ver_tag
git tag -a "${ver_tag}"
git tag -a "${ver_tag}" -m "${ver_tag}"
git push origin "${ver_tag}"
;;
esac