Commit a34c2a9f authored by nanahira's avatar nanahira

fix

parent c9d40ebb
......@@ -60,6 +60,9 @@ process_repo() {
previous_hash=$(curl -sL "https://cdn02.moecube.com:444/ygopro-custom-free/contents/hashes/$repo_identifer.txt" || true)
if [[ $previous_hash != $last_commit_hash ]]; then
something_changed=1
echo "Detected changes in $repo_identifer"
else
echo "No changes detected in $repo_identifer"
fi
echo "Checking for redtexts in $repo_identifer"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment