From bd7d841c921ceb768245be86d32b604a8a68c200 Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted+git@tedbow.com>
Date: Thu, 20 Oct 2022 22:45:55 -0400
Subject: [PATCH] switch

---
 scripts/src/Converter.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/src/Converter.php b/scripts/src/Converter.php
index cb88756a7e..60c71965fd 100644
--- a/scripts/src/Converter.php
+++ b/scripts/src/Converter.php
@@ -29,6 +29,7 @@ class Converter {
 
     static::switchToBranches($core_dir, $core_branch);
     self::info('Switched branches');
+    exit();
     $fs = new Filesystem();
 
 
-- 
GitLab