From ad6b9d47949006d9a0f16fc6bc640d6056c33006 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 28 Nov 2025 15:00:43 -0700 Subject: [PATCH] Remove TBD from commit code by using commit. :) --- tasks/general/acct_mgmt/users.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 7dd7460..6a458b8 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1031,7 +1031,6 @@ alias_flatpak_clean: | alias flatpak-clean="flatpak uninstall --unused" alias_commit: | - # TBD - Needs tested. function commit_usage { echo 'Usage: commit "This is a commit message"' }