make automatic filesnames not use : for better windows support ig
All checks were successful
Lint / shellcheck (push) Successful in 20s

This commit is contained in:
2026-03-19 09:35:14 +01:00
parent 2e331b5d9a
commit 76e2ae0117

View File

@@ -121,7 +121,7 @@ create_new_post() {
mkdir -p "$target_dir"
base_filename="$(date +%Y-%m-%d-%H:%M)"
base_filename="$(date +%Y-%m-%d-%H-%M)"
filename="${base_filename}.md"
file_path="$target_dir/$filename"