9d3586fee96e42f17b953669aab9c03bf14f6a15
commit 9d3586fee96e42f17b953669aab9c03bf14f6a15
Author: spesk1 <spesk@pm.me>
Date: Fri Apr 17 20:45:50 2020 -0400

Var name mistake

diff --git a/lib/Gsg/Html.pm b/lib/Gsg/Html.pm
index 95a12c8..56bf724 100644
--- a/lib/Gsg/Html.pm
+++ b/lib/Gsg/Html.pm
@@ -42,7 +42,7 @@ sub write_root_index($$$$) {
append_file("<html><body><b>Git Projects</b><br><head><META NAME=\"ROBOTS\" CONTENT=\"NOINDEX, NOFOLLOW\"></head>\n",$index);
append_file("<small><i>Statically generated web root for browsing this git server</i></small><br>\n",$index);
my $date_cmd = findBin("date",$logger);
- my $current_time = `$dateCmd`;
+ my $current_time = `$date_cmd`;
chomp $current_time;
append_file("<small><i>Generated at $current_time</i></small><br><hr/>\n",$index);