some weird space
This commit is contained in:
parent
226b152fa0
commit
e8a5379ccd
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
@ -18,7 +18,7 @@ export BW_GIT_DEPLOY_CACHE=".cache/bw/git_deploy"
|
|||
CREATED_AT=$(stat -f "%Sa" "$BW_GIT_DEPLOY_CACHE" | xargs -I{} date -f '%b %d %H:%M:%S %Y' -j "{}" '+%s')
|
||||
NOW_AT=$(date +%s)
|
||||
SECONDS_SINCE=$(expr "$NOW_AT" - "$CREATED_AT")
|
||||
if [[ "$SECONDS_SINCE" > 86400 ]]
|
||||
if [[ "$SECONDS_SINCE" > 86400 ]]
|
||||
then
|
||||
rm -rf "$BW_GIT_DEPLOY_CACHE"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue