Skip to content

Commit

Permalink
update8
Browse files Browse the repository at this point in the history
  • Loading branch information
bogyo210 committed Nov 12, 2024
1 parent 86d1d5f commit 46e7116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcheckout
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function checkout::cache_store() {
local cache_age
cache_key="$(cache list 2>&1 | grep git-cache- || true )"
if [[ -n "$cache_key" ]];then
cache_key=$(echo ${cache_key} | awk '{ print $1 }'| head -1)
cache_key=$(echo "${cache_key}" | awk '{ print $1 }'| head -1)
fi
cache_age=$(echo "${cache_key}" | cut -d'-' -f8)

Expand Down

0 comments on commit 46e7116

Please sign in to comment.