correct file ci

This commit is contained in:
Fioren 2024-03-10 00:55:14 +07:00 committed by GitHub
parent ffbde5b897
commit 58f3d99c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ get_date() {
checker(){
local date1 date2 date1_sec date1_sec repo=$1 ur_repo=$repository check=$3
date1=$(get_date "$repo" "$2" "patches.json")
date1=$(get_date "$repo" "$2" "revanced-patches*.jar")
date2=$(get_date "$ur_repo" "all" "$check")
date1_sec=$(date -d "$date1" +%s)
date2_sec=$(date -d "$date2" +%s)