summaryrefslogtreecommitdiff
path: root/pkg/util/camelcase/camelcase.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-08-27 13:26:56 -0400
committerGitHub <noreply@github.com>2021-08-27 13:26:56 -0400
commitb21f8ea206442b93dd6ac95648b185cf03e912b7 (patch)
tree586d431dd0470ecb3a21341ffc0d59d975bb03da /pkg/util/camelcase/camelcase.go
parent8cd2f2fb80b26dc54bbb1f43ec44df16dee8f01b (diff)
parent84694170402ff699065382ba2d2fb172c3b6c88f (diff)
downloadpodman-b21f8ea206442b93dd6ac95648b185cf03e912b7.tar.gz
podman-b21f8ea206442b93dd6ac95648b185cf03e912b7.tar.bz2
podman-b21f8ea206442b93dd6ac95648b185cf03e912b7.zip
Merge pull request #11333 from rhatdan/http-proxy
Globally replace http:// with https://
Diffstat (limited to 'pkg/util/camelcase/camelcase.go')
-rw-r--r--pkg/util/camelcase/camelcase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/util/camelcase/camelcase.go b/pkg/util/camelcase/camelcase.go
index 0a82d1005..d27ac00d6 100644
--- a/pkg/util/camelcase/camelcase.go
+++ b/pkg/util/camelcase/camelcase.go
@@ -9,7 +9,7 @@ import (
// Split splits the camelcase word and returns a list of words. It also
// supports digits. Both lower camel case and upper camel case are supported.
-// For more info please check: http://en.wikipedia.org/wiki/CamelCase
+// For more info please check: https://en.wikipedia.org/wiki/CamelCase
//
// Examples
//