From 159b0e46d41ed6aaae966869df9ff6116ba27e09 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:52:45 -0500 Subject: [PATCH] ffs --- scripts/deploy_containers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index 648b9ec..bfb8798 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -31,6 +31,7 @@ def deploy(tag = None, host = None): def main(): dir_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../') diff = git_diff() + print(diff) # containers that need special treatment removed_containers = []