From 724a930fc6a085567ba01783221a6bf93ae3c5d7 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 15 Jun 2024 12:45:02 -0600 Subject: [PATCH] New backup 2024-06-15 12:45:02 --- default/home/.sapphrc/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index 4b223bc..a249150 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -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