Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 2b373db

Browse files
committed
update2
1 parent e9d2101 commit 2b373db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/scripts/maintenance/clean-aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if [ -z "$tag_file" ]; then
129129
tag_file="$(mktemp -p "$tmp_dir")"
130130

131131
date_string="$(date "+%Y-%m-%d" -d "-1 day")\",\"$(date "+%Y-%-m-%-d" -d "-1 day")\",
132-
\"$(date "+%m-%-d-%-Y" -d "-1 day")\",\"$(date "+-%m-%-d-%-Y" -d "-1 day")\",\"$(date "+%d-%m-%-Y" -d "-1 day")\",
132+
\"$(date "+%m-%-d-%-Y" -d "-1 day")\",\"$(date "+%-m-%-d-%-Y" -d "-1 day")\",\"$(date "+%d-%m-%-Y" -d "-1 day")\",
133133
\"$(date "+%d-%-m-%-Y" -d "-1 day")\",\"$(date +%m-%d-%Y)\",\"$(date +%d-%m-%Y)\",
134134
\"$(date +%d-%-m-%Y)\",\"$(date +%Y-%m-%d)\",\"$(date +%Y-%-m-%-d)"
135135
if [ -n "$date_override" ]; then

0 commit comments

Comments
 (0)