Missing ;s.

This commit is contained in:
Nick Hastings
2023-08-30 22:08:45 +02:00
committed by Your Name
parent 647e320b57
commit 28ef59ada5
+2 -2
View File
@@ -152,9 +152,9 @@ print "File sent to drop site as $filename.\n";
print "Deleting file \"$filename\"...\n";
unlink($filename) or die "Cannot delete file \"$filename\"\n";
print "Successfully deleted file.\n"
print "Successfully deleted file.\n";
print "Build succeeded.\n"
print "Build succeeded.\n";
exit(0);