diff --git a/lib/get-branch.php b/lib/get-branch.php
index 76dc7c2..7f9ab94 100644
--- a/lib/get-branch.php
+++ b/lib/get-branch.php
@@ -127,7 +127,7 @@ if (isset($ftpSite)) {
ftpStart();
// Show user warning if no good connection
if (!$ftpConn || !$ftpLogin) {
- die('');
+ die('');
exit;
}
// Get our simple and detailed lists and close the FTP connection