Missing ;s.

This commit is contained in:
Nick Hastings 2021-12-13 12:59:20 -05:00
parent 14c9ac8fdb
commit 7328ce657b

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);