From b539e38d731a1865627065011e9a2f0f58620aec Mon Sep 17 00:00:00 2001 From: Jacob Donenfeld Date: Mon, 31 Oct 2022 12:31:54 -0700 Subject: [PATCH] feat: Change cli names to gitlab-lint and gitlab-shellcheck --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8b24b26..5843265 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,8 +39,8 @@ exclude = [options.entry_points] console_scripts = - gitlab-ci-linter = pre_commit_hooks.gitlab_ci_lint:main - gitlab-ci-shellcheck = pre_commit_hooks.gitlab_script_check:main + gitlab-lint = pre_commit_hooks.gitlab_ci_lint:main + gitlab-shellcheck = pre_commit_hooks.gitlab_script_check:main [bdist_wheel] universal = True