Fix typo.

This commit is contained in:
Pieter-Jan Briers
2018-06-07 23:28:16 +02:00
parent fbeb10e8c2
commit 8a8ed75084

View File

@@ -29,7 +29,7 @@ def main():
if not r.ok:
if os.path.exists(godotsharp_filename):
print("WARNING: Builds server is down, using caches GodotSharp.dll!")
print("WARNING: Builds server is down, using cached GodotSharp.dll!")
print(r.status_code)
exit(0)
else: