Skip to content

Commit bd11062

Browse files
formatted files
1 parent 39452f3 commit bd11062

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/commands/pre-receive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func checkLicence(jwtWrapper wrappers.JWTWrapper) func(cmd *cobra.Command, args
7272
return func(cmd *cobra.Command, args []string) error {
7373
isAllowed, err := jwtWrapper.IsAllowedEngine(params.EnterpriseSecretsLabel)
7474
if err != nil {
75-
log.Fatalf("%s: %s", "Failed licence check", err)
75+
log.Fatalf("%s: %s", "Failed the licence check", err)
7676
}
7777
if !isAllowed {
7878
log.Fatalf("Error: License validation failed. Please ensure your CxOne license includes Enterprise Secrets")

internal/commands/pre_commit.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
)
1111

1212
// PreCommitCommand creates the pre-commit subcommand
13+
1314
func PreCommitCommand(jwtWrapper wrappers.JWTWrapper) *cobra.Command {
1415
preCommitCmd := &cobra.Command{
1516
Use: "pre-commit",

0 commit comments

Comments
 (0)