Commit b796b5fa authored by nanahira's avatar nanahira

fix

parent a34c2a9f
...@@ -60,7 +60,7 @@ process_repo() { ...@@ -60,7 +60,7 @@ process_repo() {
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/contents/hashes/$repo_identifer.txt" || true)
if [[ $previous_hash != $last_commit_hash ]]; then if [[ $previous_hash != $last_commit_hash ]]; then
something_changed=1 something_changed=1
echo "Detected changes in $repo_identifer" echo "Detected changes in $repo_identifer: $previous_hash -> $last_commit_hash"
else else
echo "No changes detected in $repo_identifer" echo "No changes detected in $repo_identifer"
fi fi
......
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