Commit 72c51c16 authored by nanahira's avatar nanahira

fix

parent b796b5fa
......@@ -57,12 +57,12 @@ process_repo() {
fi
# fetch previous hash
previous_hash=$(curl -sL "https://cdn02.moecube.com:444/ygopro-custom-free/contents/hashes/$repo_identifer.txt" || true)
previous_hash=$(curl -sL "https://cdn02.moecube.com:444/ygopro-custom-free/content/hashes/$repo_identifer.txt" || true)
if [[ $previous_hash != $last_commit_hash ]]; then
something_changed=1
echo "Detected changes in $repo_identifer: $previous_hash -> $last_commit_hash"
else
echo "No changes detected in $repo_identifer"
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