mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2026-08-05 19:19:22 +00:00
correct file ci
This commit is contained in:
parent
ffbde5b897
commit
58f3d99c07
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue