From 04dba9e8d19badfe5e7a2b74c619bd248c5f00db Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 29 May 2026 23:54:33 +0000 Subject: [PATCH] =?utf8?q?PUSH.sh=20=E2=86=92=20push.sh:=20source=20branch?= =?utf8?q?es.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- PUSH.sh => push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename PUSH.sh => push.sh (95%) diff --git a/PUSH.sh b/push.sh similarity index 95% rename from PUSH.sh rename to push.sh index f1bd86f6..ebcf19d3 100755 --- a/PUSH.sh +++ b/push.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -source BRANCHES.sh +source branches.sh for i in grundlagen__docker $BRANCHES; do -- 2.39.5