Skip to content

Commit

Permalink
Do not append always empty restore_key
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 28, 2021
1 parent ef0ac57 commit e1277c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cache_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
"${working_directory}"
)

restore_key=("$(join_by - ${key[@]/#/})-" "${restore_key[@]}")
restore_key=("$(join_by - ${key[@]/#/})-")

key+=("${files_hash}")
fi
Expand Down

0 comments on commit e1277c4

Please sign in to comment.