tadayosi commented on a change in pull request #2775:
URL: https://github.com/apache/camel-k/pull/2775#discussion_r755681491



##########
File path: pkg/util/jitpack/jitpack.go
##########
@@ -24,10 +24,13 @@ import (
 )
 
 const (
-       RepoURL       = "https://jitpack.io";
-       LatestVersion = "master-SNAPSHOT"
+       // RepoURL is the Jitpack repository url
+       RepoURL = "https://jitpack.io";
+       // DefaultVersion is the default branch/version to use
+       DefaultVersion = "main-SNAPSHOT"
 )
 
+// ToDependency converts a jitpack dependency into Depdendency struct

Review comment:
       Not a big deal, but a small typo: `Depdendency` -> `Dependency`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to