diff --git a/src/etc/ci.sh b/src/etc/ci.sh index c0d373e..c582965 100644 --- a/src/etc/ci.sh +++ b/src/etc/ci.sh @@ -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" "*.jar") + date1=$(get_date "$repo" "$2" "patches.json") date2=$(get_date "$ur_repo" "all" "$check") date1_sec=$(date -d "$date1" +%s) date2_sec=$(date -d "$date2" +%s)