Update notes structure in rustypaste.json

This commit is contained in:
Slaviša Arežina 2025-12-24 20:57:45 +01:00 committed by GitHub
parent 15b42cdc9f
commit 30634376e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,9 @@
"password": null "password": null
}, },
"notes": [ "notes": [
"When updating the script it will backup the whole project including all the uploaded files, make sure to extract it to a safe location or remove", {
"text": "When updating the script it will backup the whole project including all the uploaded files, make sure to extract it to a safe location or remove",
"type": "info"
}
] ]
} }