diff --git a/release_version.txt b/release_version.txt index ee90284..90a27f9 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.0.4 +1.0.5 diff --git a/scripts/alpaca_hist_md/alpaca_md_day.sh b/scripts/alpaca_hist_md/alpaca_md_day.sh index ab0599d..f2183d8 100755 --- a/scripts/alpaca_hist_md/alpaca_md_day.sh +++ b/scripts/alpaca_hist_md/alpaca_md_day.sh @@ -60,7 +60,7 @@ if [ "$?" != "0" ] ; then exit 1 # if killed we do not save last day fi -if [ -n ${date_to_load}]; then +if [ -n ${date_to_load} ]; then echo "Saving date_to_load to ${LastDayFile}" echo ${date_to_load} > ${LastDayFile} fi \ No newline at end of file