You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/09/10 15:36:57 UTC

[GitHub] nicolaferraro closed pull request #10: Use https instead of git for github.com/nicolaferraro/operator-sdk.git source

nicolaferraro closed pull request #10: Use https instead of git for github.com/nicolaferraro/operator-sdk.git source
URL: https://github.com/apache/camel-k/pull/10
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Gopkg.toml b/Gopkg.toml
index 4886973..9964c12 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -54,7 +54,7 @@ required = [
 [[constraint]]
   name = "github.com/operator-framework/operator-sdk"
   # Using fork to customize the Kubernetes rest config
-  source = "git@github.com:nicolaferraro/operator-sdk.git"
+  source = "https://github.com/nicolaferraro/operator-sdk.git"
   branch = "custom-init"
   ## The version rule is used for a specific release and the master branch for in between releases.
   #branch = "master"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services