This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f66d10d47c9dc54bb7f151413df97a88ef237446
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Thu Nov 25 11:08:52 2021 +0100

    fix(lint): godot complain
---
 pkg/util/jitpack/jitpack.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/util/jitpack/jitpack.go b/pkg/util/jitpack/jitpack.go
index 62cd5c9..e5162fa 100644
--- a/pkg/util/jitpack/jitpack.go
+++ b/pkg/util/jitpack/jitpack.go
@@ -24,13 +24,13 @@ import (
 )
 
 const (
-       // RepoURL is the Jitpack repository url
+       // RepoURL is the Jitpack repository url.
        RepoURL = "https://jitpack.io";
-       // DefaultVersion is the default branch/version to use
+       // DefaultVersion is the default branch/version to use.
        DefaultVersion = "main-SNAPSHOT"
 )
 
-// ToDependency converts a jitpack dependency into Dependency struct
+// ToDependency converts a jitpack dependency into Dependency struct.
 func ToDependency(dependencyID string) *maven.Dependency {
        gav := ""
 

Reply via email to