diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-27 13:26:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 13:26:56 -0400 |
commit | b21f8ea206442b93dd6ac95648b185cf03e912b7 (patch) | |
tree | 586d431dd0470ecb3a21341ffc0d59d975bb03da /build_osx.md | |
parent | 8cd2f2fb80b26dc54bbb1f43ec44df16dee8f01b (diff) | |
parent | 84694170402ff699065382ba2d2fb172c3b6c88f (diff) | |
download | podman-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 'build_osx.md')
-rw-r--r-- | build_osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_osx.md b/build_osx.md index 59e1797a6..d5a292542 100644 --- a/build_osx.md +++ b/build_osx.md @@ -18,7 +18,7 @@ $ brew install go go-md2man You can obtain the latest source code for Podman from its github repository. ``` -$ git clone http://github.com/containers/podman go/src/github.com/containers/podman +$ git clone https://github.com/containers/podman go/src/github.com/containers/podman ``` ## Build client |