summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buetow.org.sh')
-rwxr-xr-xbuetow.org.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buetow.org.sh b/buetow.org.sh
index ce35b7e3..b2df6aa3 100755
--- a/buetow.org.sh
+++ b/buetow.org.sh
@@ -85,7 +85,7 @@ atomfeed::meta () {
local summary=$(sed -n '/^[A-Z]/ { p; q; }' "$gmi_file_path" | tr '"' "'")
# Extract the date from the file name.
local filename_date=$(basename $gmi_file_path | cut -d- -f1,2,3)
- local date=$($DATE --iso-8601=seconds --date "$filename_date $(date +%H:%M:%S)")
+ local date=$($DATE --iso-8601=seconds --date "$filename_date $($DATE +%H:%M:%S)")
cat <<META | tee "$meta_file"
local meta_date="$date"