From 0b6ef9a2f3d98d538b42431abef4453e6ad9adb0 Mon Sep 17 00:00:00 2001 From: mattmc3 Date: Tue, 30 Jul 2024 13:42:41 -0400 Subject: [PATCH] Fix date --- .../posts/2020-09-17-zsh-splitting-a-string-into-an-array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2020-09-17-zsh-splitting-a-string-into-an-array.md b/content/posts/2020-09-17-zsh-splitting-a-string-into-an-array.md index d8c7226..2630e8d 100644 --- a/content/posts/2020-09-17-zsh-splitting-a-string-into-an-array.md +++ b/content/posts/2020-09-17-zsh-splitting-a-string-into-an-array.md @@ -1,6 +1,6 @@ +++ title = 'Zsh - splitting a string into an array' -date = 20120-09-17T00:00:00-04:00 +date = 2020-09-17T00:00:00-04:00 categories = 'Guide' tags = ['Zsh', 'Shell'] +++