summaryrefslogtreecommitdiff
path: root/pkg/releasing/git.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/releasing/git.bzl')
-rw-r--r--pkg/releasing/git.bzl3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/releasing/git.bzl b/pkg/releasing/git.bzl
index 2952e6c..787e75b 100644
--- a/pkg/releasing/git.bzl
+++ b/pkg/releasing/git.bzl
@@ -83,7 +83,6 @@ _git_changelog = rule(
toolchains = ["@rules_pkg//toolchains/git:git_toolchain_type"],
)
-
def git_changelog(name, **kwargs):
_git_changelog(
name = name,
@@ -93,5 +92,5 @@ def git_changelog(name, **kwargs):
str(Label("//toolchains/git:have_git")): [],
"//conditions:default": ["//:not_compatible"],
}),
- **kwargs,
+ **kwargs
)