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 +"""