Release 3.0.4 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2022-03-21 09:04:52 -07:00
parent b8d7832145
commit da0c7f9a03
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## 3.0.4 2022-03-21 <dave at tiredofit dot ca>
### Changed
- Fix for 3.0.3
## 3.0.3 2022-03-21 <dave at tiredofit dot ca>
### Changed

View File

@@ -32,7 +32,7 @@ case "${1,,}" in
:
;;
* )
if [ "${manual,,}" = "true" ];
if [ "${manual,,}" = "true" ]; then
current_time=$(date +"%s")
today=$(date +"%Y%m%d")