From 093d125bfeb390151b6ce0d110a0dff42785c5a4 Mon Sep 17 00:00:00 2001 From: nanocryk <6422796+nanocryk@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:00:06 +0100 Subject: [PATCH] toml-maid --- tools/iforgor/tanssi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/iforgor/tanssi.toml b/tools/iforgor/tanssi.toml index 9a6333ae5..73d9216fa 100644 --- a/tools/iforgor/tanssi.toml +++ b/tools/iforgor/tanssi.toml @@ -186,4 +186,4 @@ script = "git push" name = "[Git] Delete local branches (select)" script = """ git branch | ichoose --multi --title "Select branches to delete" | while read x ; do git branch -D $x ; done -""" \ No newline at end of file +"""