diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-26 13:15:23 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-27 06:14:46 -0400 |
commit | 84694170402ff699065382ba2d2fb172c3b6c88f (patch) | |
tree | b7ff7565a879901bd2b888b80e2419898e1a6a17 /pkg/util/camelcase/camelcase.go | |
parent | 94c37d7d470871f9d63b32c97094f5faab1e8a08 (diff) | |
download | podman-84694170402ff699065382ba2d2fb172c3b6c88f.tar.gz podman-84694170402ff699065382ba2d2fb172c3b6c88f.tar.bz2 podman-84694170402ff699065382ba2d2fb172c3b6c88f.zip |
Globally replace http:// with https://
[NO TESTS NEEDED] Hopefully existing tests will find issues.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/util/camelcase/camelcase.go')
-rw-r--r-- | pkg/util/camelcase/camelcase.go | 2 |
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 // |