diff --git a/update_gist.sh b/update_gist.sh index d2474e0..11ead93 100644 --- a/update_gist.sh +++ b/update_gist.sh @@ -28,9 +28,9 @@ RESPONSE=$(curl -s -X PATCH \ # Check the result if echo "$RESPONSE" | jq -e '.id' > /dev/null; then - echo "✅ File fully replaced in Gist" + echo "✅ File fully replaced in Gist (main)" else - echo "❌ Error updating Gist!" + echo "❌ Error updating Gist (main)!" echo "$RESPONSE" exit 1 fi diff --git a/update_gist_special.sh b/update_gist_special.sh index 3d42f5b..7e5929d 100644 --- a/update_gist_special.sh +++ b/update_gist_special.sh @@ -28,9 +28,9 @@ RESPONSE=$(curl -s -X PATCH \ # Check the result if echo "$RESPONSE" | jq -e '.id' > /dev/null; then - echo "✅ File fully replaced in Gist" + echo "✅ File fully replaced in Gist (special)" else - echo "❌ Error updating Gist!" + echo "❌ Error updating Gist (special)!" echo "$RESPONSE" exit 1 fi