From e5b0b901015b2acbbb2f6d6795ed63b98323b27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 28 Oct 2024 17:20:58 +0100 Subject: [PATCH] fix[git-obs]: use rather git-obs command name It works with git better and uses git-something mechanism. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 591f0f773..27e1115b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,7 @@ osc = [options.entry_points] console_scripts = - obs-git = osc.commandline_git:main + git-obs = osc.commandline_git:main osc = osc.babysitter:main [flake8]