From 67ba9fda438f4a3ed35935a213297f5598c9b47e Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 8 Mar 2024 10:29:02 -0800 Subject: [PATCH] changed todays_year --> todays_date --- .template_files/modules/module_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.template_files/modules/module_name.c b/.template_files/modules/module_name.c index 2522851..119b0bc 100644 --- a/.template_files/modules/module_name.c +++ b/.template_files/modules/module_name.c @@ -1,6 +1,6 @@ /* * Author: username - * Date: todays_year + * Date: todays_date * filename: module_name.c * description: module_purpose */